ConversationActions.Message.PersonUserOthers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.