TargetUser.UnknownUser Property

Definition

Indicates that the policy relates to some unknown user on the device.

[Android.Runtime.Register("UNKNOWN_USER", ApiSince=34)]
public static Android.App.Admin.TargetUser UnknownUser { get; }
[<Android.Runtime.Register("UNKNOWN_USER", ApiSince=34)>]
static member UnknownUser : Android.App.Admin.TargetUser

Property Value

Attributes

Remarks

Indicates that the policy relates to some unknown user on the device. For example, if Admin1 has set a global policy on a device and Admin2 has set a conflicting local policy on some other secondary user, Admin1 will get a policy update callback with UNKNOWN_USER as the target user.

Java documentation for android.app.admin.TargetUser.UNKNOWN_USER.

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