SdkSandboxManager.LoadSdkSdkDefinedError 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("LOAD_SDK_SDK_DEFINED_ERROR", 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 LoadSdkSdkDefinedError = 102;
[<Android.Runtime.Register("LOAD_SDK_SDK_DEFINED_ERROR", 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 LoadSdkSdkDefinedError : Android.App.SdkSandbox.LoadSdkErrorCode

Field Value

Value = 102
Attributes

Applies to