DeviceId.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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().