ConversationActions.Message.PersonUserOthers Property

Definition

Represents the remote user.

[Android.Runtime.Register("PERSON_USER_OTHERS", ApiSince=29)]
public static Android.App.Person PersonUserOthers { get; }
[<Android.Runtime.Register("PERSON_USER_OTHERS", ApiSince=29)>]
static member PersonUserOthers : Android.App.Person

Property Value

Attributes

Remarks

Represents the remote user.

If possible, you are suggested to create a Person object that can identify the remote user better, so that the underlying model could differentiate between different remote users.

Java documentation for android.view.textclassifier.ConversationActions.Message.PERSON_USER_OTHERS.

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