DevicePolicyManager.DeviceOwnerLockScreenInfoFormatted Property

Definition

public virtual Java.Lang.ICharSequence? DeviceOwnerLockScreenInfoFormatted { [Android.Runtime.Register("getDeviceOwnerLockScreenInfo", "()Ljava/lang/CharSequence;", "GetGetDeviceOwnerLockScreenInfoHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDeviceOwnerLockScreenInfo", "()Ljava/lang/CharSequence;", "GetGetDeviceOwnerLockScreenInfoHandler", ApiSince=24)>]
member this.DeviceOwnerLockScreenInfoFormatted : Java.Lang.ICharSequence

Property Value

The device owner information. If it is not set returns null.

Attributes

Remarks

Java documentation for android.app.admin.DevicePolicyManager.getDeviceOwnerLockScreenInfo().

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