CrossProfileApps.TargetUserProfiles Property

Definition

Return a list of user profiles that that the caller can use when calling other APIs in this class.

public virtual System.Collections.Generic.IList<Android.OS.UserHandle> TargetUserProfiles { [Android.Runtime.Register("getTargetUserProfiles", "()Ljava/util/List;", "GetGetTargetUserProfilesHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getTargetUserProfiles", "()Ljava/util/List;", "GetGetTargetUserProfilesHandler", ApiSince=28)>]
member this.TargetUserProfiles : System.Collections.Generic.IList<Android.OS.UserHandle>

Property Value

IList<UserHandle>
Attributes

Remarks

Java documentation for android.content.pm.CrossProfileApps.getTargetUserProfiles().

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