Język

RemoveSpaceGesture.Builder.SetFallbackText(String) Method

Definition

Sets fallback text that will be committed at current cursor position if there is no whitespace beneath the gesture line.

[Android.Runtime.Register("setFallbackText", "(Ljava/lang/String;)Landroid/view/inputmethod/RemoveSpaceGesture$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.RemoveSpaceGesture.Builder SetFallbackText(string? fallbackText);
[<Android.Runtime.Register("setFallbackText", "(Ljava/lang/String;)Landroid/view/inputmethod/RemoveSpaceGesture$Builder;", "", ApiSince=34)>]
member this.SetFallbackText : string -> Android.Views.InputMethods.RemoveSpaceGesture.Builder

Parameters

fallbackText
String

Returns

Attributes

Remarks

Sets fallback text that will be committed at current cursor position if there is no whitespace beneath the gesture line.

Android reference for android.view.inputmethod.RemoveSpaceGesture.Builder.setFallbackText.

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