UserManager.UserOperationErrorMaxRunningUsers フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.

実行中のユーザーの最大数に達したため、ユーザー操作が失敗したことを示します。

[Android.Runtime.Register("USER_OPERATION_ERROR_MAX_RUNNING_USERS", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.", true)]
public const Android.OS.UserOperationResultCode UserOperationErrorMaxRunningUsers = 3;
[<Android.Runtime.Register("USER_OPERATION_ERROR_MAX_RUNNING_USERS", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.", true)>]
val mutable UserOperationErrorMaxRunningUsers : Android.OS.UserOperationResultCode

フィールド値

Value = 3
属性

注釈

実行中のユーザーの最大数に達したため、ユーザー操作が失敗したことを示します。

の Java ドキュメント android.os.UserManager.USER_OPERATION_ERROR_MAX_RUNNING_USERS

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

適用対象