共用方式為


SdkSandboxManager.LoadSdkSdkSandboxDisabled Field

Definition

Caution

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

SDK sandbox is disabled.

[Android.Runtime.Register("LOAD_SDK_SDK_SANDBOX_DISABLED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.SdkSandbox.LoadSdkErrorCode enum directly instead of this field.", true)]
public const Android.App.SdkSandbox.LoadSdkErrorCode LoadSdkSdkSandboxDisabled = 103;
[<Android.Runtime.Register("LOAD_SDK_SDK_SANDBOX_DISABLED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SdkSandbox.LoadSdkErrorCode enum directly instead of this field.", true)>]
val mutable LoadSdkSdkSandboxDisabled : Android.App.SdkSandbox.LoadSdkErrorCode

Field Value

Value = 103
Attributes

Remarks

SDK sandbox is disabled.

This indicates that the SDK sandbox is disabled. Any subsequent attempts to load SDKs in this boot will also fail.

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

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