Język

InsertModeGesture.Builder.SetCancellationSignal(CancellationSignal) Method

Definition

Sets the CancellationSignal used to cancel the ongoing gesture.

[Android.Runtime.Register("setCancellationSignal", "(Landroid/os/CancellationSignal;)Landroid/view/inputmethod/InsertModeGesture$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.InsertModeGesture.Builder SetCancellationSignal(Android.OS.CancellationSignal cancellationSignal);
[<Android.Runtime.Register("setCancellationSignal", "(Landroid/os/CancellationSignal;)Landroid/view/inputmethod/InsertModeGesture$Builder;", "", ApiSince=34)>]
member this.SetCancellationSignal : Android.OS.CancellationSignal -> Android.Views.InputMethods.InsertModeGesture.Builder

Parameters

cancellationSignal
CancellationSignal

signal to cancel an ongoing gesture. This value cannot be null.

Returns

Attributes

Remarks

Sets the CancellationSignal used to cancel the ongoing gesture.

Android reference for android.view.inputmethod.InsertModeGesture.Builder.setCancellationSignal.

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