다음을 통해 공유


SurfaceControlViewHost.SurfacePackage.InputTransferToken Property

Definition

Gets an InputTransferToken which can be used to request focus on the embedded surface or to transfer touch gesture to the embedded surface.

public Android.Window.InputTransferToken? InputTransferToken { [Android.Runtime.Register("getInputTransferToken", "()Landroid/window/InputTransferToken;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getInputTransferToken", "()Landroid/window/InputTransferToken;", "", ApiSince=35)>]
member this.InputTransferToken : Android.Window.InputTransferToken

Property Value

the InputTransferToken associated with SurfacePackage or null if the embedded hasn't set up its view or doesn't have input.

Attributes

Remarks

Gets an InputTransferToken which can be used to request focus on the embedded surface or to transfer touch gesture to the embedded surface.

Java documentation for android.view.SurfaceControlViewHost.SurfacePackage.getInputTransferToken().

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