You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// These are manually bound because we do not have a way to bind the `long` enum values.
9
+
// generator treats them as int, like:
10
+
// __args [4] = new JniArgumentValue ((int) usage);
11
+
12
+
// Metadata.xml XPath method reference: path="/api/package[@name='android.hardware']/class[@name='HardwareBuffer']/method[@name='create' and count(parameter)=5 and parameter[1][@type='int'] and parameter[2][@type='int'] and parameter[3][@type='int'] and parameter[4][@type='int'] and parameter[5][@type='long']]"
[global::System.Obsolete(@"This constant will be removed in a future version. Use Android.Telephony.StreamingState enum directly instead of this field.",error:true)]
11
+
publicconstintStateStalled=3;
12
+
13
+
// Metadata.xml XPath field reference: path="/api/package[@name='android.telephony.mbms']/class[@name='StreamingService']/field[@name='STATE_STARTED']"
[global::System.Obsolete(@"This constant will be removed in a future version. Use Android.Telephony.StreamingState enum directly instead of this field.",error:true)]
17
+
publicconstintStateStarted=2;
18
+
19
+
// Metadata.xml XPath field reference: path="/api/package[@name='android.telephony.mbms']/class[@name='StreamingService']/field[@name='STATE_STOPPED']"
[global::System.Obsolete(@"This constant will be removed in a future version. Use Android.Telephony.StreamingState enum directly instead of this field.",error:true)]
[global::System.Obsolete(@"This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.",error:true)]
16
+
publicconstintStatusActivelyDownloading=1;
17
+
18
+
// Metadata.xml XPath field reference: path="/api/package[@name='android.telephony']/class[@name='MbmsDownloadSession']/field[@name='STATUS_PENDING_DOWNLOAD']"
[global::System.Obsolete(@"This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.",error:true)]
22
+
publicconstintStatusPendingDownload=2;
23
+
24
+
// Metadata.xml XPath field reference: path="/api/package[@name='android.telephony']/class[@name='MbmsDownloadSession']/field[@name='STATUS_PENDING_DOWNLOAD_WINDOW']"
[global::System.Obsolete(@"This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.",error:true)]
28
+
publicconstintStatusPendingDownloadWindow=4;
29
+
30
+
// Metadata.xml XPath field reference: path="/api/package[@name='android.telephony']/class[@name='MbmsDownloadSession']/field[@name='STATUS_PENDING_REPAIR']"
[global::System.Obsolete(@"This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.",error:true)]
34
+
publicconstintStatusPendingRepair=3;
35
+
36
+
// Metadata.xml XPath field reference: path="/api/package[@name='android.telephony']/class[@name='MbmsDownloadSession']/field[@name='STATUS_UNKNOWN']"
[global::System.Obsolete(@"This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.",error:true)]
static Android.Hardware.HardwareBuffer.Create(int width, int height, Android.Hardware.HardwareBufferFormat format, int layers, Android.Hardware.HardwareBufferUsage usage) -> Android.Hardware.HardwareBuffer!
33
+
static Android.Hardware.HardwareBuffer.IsSupported(int width, int height, Android.Hardware.HardwareBufferFormat format, int layers, long usage) -> bool
0 commit comments