Compartilhar 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.

The device id is an IMEI

[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

Remarks

The device id is an IMEI

Java documentation for android.devicelock.DeviceId.DEVICE_ID_TYPE_IMEI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to