Notification.Builder.SetRemoteInputHistory Method

Definition

Overloads

SetRemoteInputHistory(ICharSequence[])
SetRemoteInputHistory(String[])

SetRemoteInputHistory(ICharSequence[])

[Android.Runtime.Register("setRemoteInputHistory", "([Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetRemoteInputHistory_arrayLjava_lang_CharSequence_Handler", ApiSince=24)]
public virtual Android.App.Notification.Builder SetRemoteInputHistory (Java.Lang.ICharSequence[]? text);
[<Android.Runtime.Register("setRemoteInputHistory", "([Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetRemoteInputHistory_arrayLjava_lang_CharSequence_Handler", ApiSince=24)>]
abstract member SetRemoteInputHistory : Java.Lang.ICharSequence[] -> Android.App.Notification.Builder
override this.SetRemoteInputHistory : Java.Lang.ICharSequence[] -> Android.App.Notification.Builder

Parameters

text
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

SetRemoteInputHistory(String[])

public Android.App.Notification.Builder SetRemoteInputHistory (string[]? text);
member this.SetRemoteInputHistory : string[] -> Android.App.Notification.Builder

Parameters

text
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