DeviceId.DeviceIdTypeSerialNumber 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 a serial number

[Android.Runtime.Register("DEVICE_ID_TYPE_SERIAL_NUMBER", ApiSince=36)]
[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 DeviceIdTypeSerialNumber = 2;
[<Android.Runtime.Register("DEVICE_ID_TYPE_SERIAL_NUMBER", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.DeviceLock.DeviceIdType enum directly instead of this field.", true)>]
val mutable DeviceIdTypeSerialNumber : Android.DeviceLock.DeviceIdType

Field Value

Value = 2
Attributes

Remarks

The device id is a serial number

Java documentation for android.devicelock.DeviceId.DEVICE_ID_TYPE_SERIAL_NUMBER.

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