DevicePolicyManager.WipeEuicc フィールド

定義

注意事項

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

フラグ: #wipeData(int)デバイスの eUICC データも消去します。

[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

フィールド値

Value = 4
属性

注釈

フラグ: #wipeData(int)デバイスの eUICC データも消去します。

の Java ドキュメント android.app.admin.DevicePolicyManager.WIPE_EUICC

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象