Freigeben über


DevicePolicyManager.WipeEuicc Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.WipeDataFlags enum directly instead of this field.

Flag for #wipeData(int): also erase the device's eUICC data.

[Android.Runtime.Register("WIPE_EUICC", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.WipeDataFlags enum directly instead of this field.", true)]
public const Android.App.Admin.WipeDataFlags WipeEuicc = 4;
[<Android.Runtime.Register("WIPE_EUICC", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.WipeDataFlags enum directly instead of this field.", true)>]
val mutable WipeEuicc : Android.App.Admin.WipeDataFlags

Field Value

Value = 4
Attributes

Remarks

Flag for #wipeData(int): also erase the device's eUICC data.

Java documentation for android.app.admin.DevicePolicyManager.WIPE_EUICC.

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