SdkSandboxManager.LoadSdkAlreadyLoaded 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_ALREADY_LOADED", 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 LoadSdkAlreadyLoaded = 101;
[<Android.Runtime.Register("LOAD_SDK_ALREADY_LOADED", 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 LoadSdkAlreadyLoaded : Android.App.SdkSandbox.LoadSdkErrorCode

Field Value

Value = 101
Attributes

Applies to