DevicePolicyManager.MakeUserEphemeral フィールド

定義

注意事項

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

ユーザーをエフェメラルに作成することを指定するために によって #createAndManageUser 使用されるフラグ。

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

フィールド値

Value = 2
属性

注釈

ユーザーをエフェメラルに作成することを指定するために によって #createAndManageUser 使用されるフラグ。 エフェメラル ユーザーは、別のユーザーに切り替えるか、デバイスを再起動した後に削除されます。

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

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

適用対象