SurfaceView.HostToken Property

Definition

A token used for constructing SurfaceControlViewHost.

public virtual Android.OS.IBinder? HostToken { [Android.Runtime.Register("getHostToken", "()Landroid/os/IBinder;", "GetGetHostTokenHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getHostToken", "()Landroid/os/IBinder;", "GetGetHostTokenHandler", ApiSince=30)>]
member this.HostToken : Android.OS.IBinder

Property Value

The token

Attributes

Remarks

A token used for constructing SurfaceControlViewHost. This token should be passed from the host process to the client process.

Java documentation for android.view.SurfaceView.getHostToken().

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