Language

SdkSandboxManager.RequestSurfacePackageSdkNotLoaded Field

Definition

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.

Java documentation for android.app.sdksandbox.SdkSandboxManager.REQUEST_SURFACE_PACKAGE_SDK_NOT_LOADED.

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