Langue

InlineSuggestionsRequest.Builder.SetExtras(Bundle) Method

Definition

The extras state propagated from the IME to pass extra data.

[Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;", "", ApiSince=30)]
public Android.Views.InputMethods.InlineSuggestionsRequest.Builder SetExtras(Android.OS.Bundle value);
[<Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/view/inputmethod/InlineSuggestionsRequest$Builder;", "", ApiSince=30)>]
member this.SetExtras : Android.OS.Bundle -> Android.Views.InputMethods.InlineSuggestionsRequest.Builder

Parameters

value
Bundle

Returns

Attributes

Remarks

The extras state propagated from the IME to pass extra data.

Note: There should be no remote objects in the bundle; all included remote objects will be removed before transmission.

Android reference for android.view.inputmethod.InlineSuggestionsRequest.Builder.setExtras.

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