Share via


SdkSandboxManager.SdkSandboxProcessNotAvailable 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 process is not available.

[Android.Runtime.Register("SDK_SANDBOX_PROCESS_NOT_AVAILABLE", 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 SdkSandboxProcessNotAvailable = 503;
[<Android.Runtime.Register("SDK_SANDBOX_PROCESS_NOT_AVAILABLE", 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 SdkSandboxProcessNotAvailable : Android.App.SdkSandbox.LoadSdkErrorCode

Field Value

Value = 503
Attributes

Remarks

SDK sandbox process is not available.

This indicates that the SDK sandbox process is not available, either because it has died, disconnected or was not created in the first place.

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

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