VoiceInteractor.PickOptionRequest.Option.AddSynonym Method

Definition

Overloads

AddSynonym(ICharSequence)
AddSynonym(String)

AddSynonym(ICharSequence)

[Android.Runtime.Register("addSynonym", "(Ljava/lang/CharSequence;)Landroid/app/VoiceInteractor$PickOptionRequest$Option;", "", ApiSince=23)]
public Android.App.VoiceInteractor.PickOptionRequest.Option? AddSynonym (Java.Lang.ICharSequence? synonym);
[<Android.Runtime.Register("addSynonym", "(Ljava/lang/CharSequence;)Landroid/app/VoiceInteractor$PickOptionRequest$Option;", "", ApiSince=23)>]
member this.AddSynonym : Java.Lang.ICharSequence -> Android.App.VoiceInteractor.PickOptionRequest.Option

Parameters

synonym
ICharSequence

Returns

Attributes

Remarks

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

AddSynonym(String)

public Android.App.VoiceInteractor.PickOptionRequest.Option? AddSynonym (string? synonym);
member this.AddSynonym : string -> Android.App.VoiceInteractor.PickOptionRequest.Option

Parameters

synonym
String

Returns

Remarks

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