Language

SdkSandboxManager.LoadSdkSdkDefinedError Field

Definition

SDK error after being loaded.

[Android.Runtime.Register("LOAD_SDK_SDK_DEFINED_ERROR", ApiSince=34)]
public const Android.App.SdkSandbox.LoadSdkErrorCode LoadSdkSdkDefinedError = 102;
[<Android.Runtime.Register("LOAD_SDK_SDK_DEFINED_ERROR", ApiSince=34)>]
val mutable LoadSdkSdkDefinedError : Android.App.SdkSandbox.LoadSdkErrorCode

Field Value

Value = 102
Attributes

Remarks

SDK error after being loaded.

This indicates that the SDK encountered an error during post-load initialization. The details of this can be obtained from the Bundle returned in LoadSdkException through the OutcomeReceiver passed in to SdkSandboxManager#loadSdk.

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

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