SdkSandboxManager.SdkSandboxProcessNotAvailable Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SDK sandbox process is not available.
[Android.Runtime.Register("SDK_SANDBOX_PROCESS_NOT_AVAILABLE", ApiSince=34)]
public const Android.App.SdkSandbox.LoadSdkErrorCode SdkSandboxProcessNotAvailable = 503;
[<Android.Runtime.Register("SDK_SANDBOX_PROCESS_NOT_AVAILABLE", ApiSince=34)>]
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.