SurfaceView.ChildSurfacePackage 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.
Returns the SurfaceControlViewHost.SurfacePackage that was set on this SurfaceView. Note: This method will return null if setChildSurfacePackage(SurfaceControlViewHost.SurfacePackage) has not been called or if clearChildSurfacePackage() has been called.
public virtual Android.Views.SurfaceControlViewHost.SurfacePackage? ChildSurfacePackage { [Android.Runtime.Register("getChildSurfacePackage", "()Landroid/view/SurfaceControlViewHost$SurfacePackage;", "GetGetChildSurfacePackageHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getChildSurfacePackage", "()Landroid/view/SurfaceControlViewHost$SurfacePackage;", "GetGetChildSurfacePackageHandler", ApiSince=36)>]
member this.ChildSurfacePackage : Android.Views.SurfaceControlViewHost.SurfacePackage
Property Value
- Attributes
Remarks
For details, see the Android reference documentation for android.view.SurfaceView.getChildSurfacePackage.
Java documentation for android.view.SurfaceView.getChildSurfacePackage.
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.