Share via


SdkSandboxManager.RequestSurfacePackageSdkNotLoaded Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.SdkSandbox.RequestSurfacePackageErrorCode enum directly instead of this field.

SDK is not loaded while requesting a SurfacePackage.

[Android.Runtime.Register("REQUEST_SURFACE_PACKAGE_SDK_NOT_LOADED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.SdkSandbox.RequestSurfacePackageErrorCode enum directly instead of this field.", true)]
public const Android.App.SdkSandbox.RequestSurfacePackageErrorCode RequestSurfacePackageSdkNotLoaded = 701;
[<Android.Runtime.Register("REQUEST_SURFACE_PACKAGE_SDK_NOT_LOADED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SdkSandbox.RequestSurfacePackageErrorCode enum directly instead of this field.", true)>]
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