共用方式為


DeviceLockManager.DeviceLockRoleFinancing Field

Definition

Caution

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

Constant representing a financed device role, returned by #getKioskApps.

[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

Remarks

Constant representing a financed device role, returned by #getKioskApps.

Java documentation for android.devicelock.DeviceLockManager.DEVICE_LOCK_ROLE_FINANCING.

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