DeviceLockManager.DeviceLockRoleFinancing Field

Definition

Caution

This constant will be removed in the future version. Use Android.DeviceLock.DeviceLockRole enum directly instead of this field.

[Android.Runtime.Register("DEVICE_LOCK_ROLE_FINANCING", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.DeviceLock.DeviceLockRole enum directly instead of this field.", true)]
public const Android.DeviceLock.DeviceLockRole DeviceLockRoleFinancing = 0;
[<Android.Runtime.Register("DEVICE_LOCK_ROLE_FINANCING", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.DeviceLock.DeviceLockRole enum directly instead of this field.", true)>]
val mutable DeviceLockRoleFinancing : Android.DeviceLock.DeviceLockRole

Field Value

Value = 0
Attributes

Applies to