DeviceId.Type Property

Definition

Gets the type of the device identifier.

public Android.DeviceLock.DeviceIdType Type { [Android.Runtime.Register("getType", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getType", "()I", "", ApiSince=34)>]
member this.Type : Android.DeviceLock.DeviceIdType

Property Value

The device identifier type.

Attributes

Remarks

The value indicates whether the identifier is an IMEI or a MEID.

Java documentation for android.devicelock.DeviceId.getType().

Applies to