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.

[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

Applies to