SurfaceControlViewHost.SurfacePackage.InputTransferToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.