SdkSandboxManager.RequestSurfacePackageSdkNotLoaded Field
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.
SDK is not loaded while requesting a SurfacePackage.
[Android.Runtime.Register("REQUEST_SURFACE_PACKAGE_SDK_NOT_LOADED", ApiSince=34)]
public const Android.App.SdkSandbox.RequestSurfacePackageErrorCode RequestSurfacePackageSdkNotLoaded = 701;
[<Android.Runtime.Register("REQUEST_SURFACE_PACKAGE_SDK_NOT_LOADED", ApiSince=34)>]
val mutable RequestSurfacePackageSdkNotLoaded : Android.App.SdkSandbox.RequestSurfacePackageErrorCode
Field Value
Value = 701- Attributes
Remarks
SDK is not loaded while requesting a SurfacePackage.
This indicates that the SDK for which the SurfacePackage is being requested is not loaded, either because the sandbox died or because it was not loaded in the first place.
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.