Language

Call.Details.AssociatedUser Property

Definition

Gets the user that originated the call

public virtual Android.OS.UserHandle AssociatedUser { [Android.Runtime.Register("getAssociatedUser", "()Landroid/os/UserHandle;", "GetGetAssociatedUserHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAssociatedUser", "()Landroid/os/UserHandle;", "GetGetAssociatedUserHandler", ApiSince=37)>]
member this.AssociatedUser : Android.OS.UserHandle

Property Value

The user. This value cannot be null.

Attributes

Remarks

Gets the user that originated the call

Android reference for android.telecom.Call.Details.getAssociatedUser.

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