ConversationActions.Message.Builder(Person) Constructor
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.
Constructs a builder.
[Android.Runtime.Register(".ctor", "(Landroid/app/Person;)V", "", ApiSince=29)]
public Builder(Android.App.Person author);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Person;)V", "", ApiSince=29)>]
new Android.Views.TextClassifiers.ConversationActions.Message.Builder : Android.App.Person -> Android.Views.TextClassifiers.ConversationActions.Message.Builder
Parameters
- author
- Person
Person: the person that composed the message, use ConversationActions.Message.PERSON_USER_SELF to represent the local user. If it is not possible to identify the remote user that the local user is conversing with, use ConversationActions.Message.PERSON_USER_OTHERS to represent a remote user. This value cannot be null.
- Attributes
Remarks
Constructs a builder.
Android reference for android.view.textclassifier.ConversationActions.Message.Builder.Builder.
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.