Share via


DeviceId.DeviceIdTypeImei 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_IMEI", 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 DeviceIdTypeImei = 0;
[<Android.Runtime.Register("DEVICE_ID_TYPE_IMEI", 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 DeviceIdTypeImei : Android.DeviceLock.DeviceIdType

Field Value

Value = 0
Attributes

Applies to