DeviceId.DeviceIdTypeMeid Field

Definition

Caution

This constant will be removed in the future version. Use Android.DeviceLock.DeviceIdType enum directly instead of this field.

[Android.Runtime.Register("DEVICE_ID_TYPE_MEID", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.DeviceLock.DeviceIdType enum directly instead of this field.", true)]
public const Android.DeviceLock.DeviceIdType DeviceIdTypeMeid = 1;
[<Android.Runtime.Register("DEVICE_ID_TYPE_MEID", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.DeviceLock.DeviceIdType enum directly instead of this field.", true)>]
val mutable DeviceIdTypeMeid : Android.DeviceLock.DeviceIdType

Field Value

Value = 1
Attributes

Applies to