UserManager.UserOperationErrorMaxUsers フィールド

定義

注意事項

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_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 UserOperationErrorMaxUsers = 6;
[<Android.Runtime.Register("USER_OPERATION_ERROR_MAX_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 UserOperationErrorMaxUsers : Android.OS.UserOperationResultCode

フィールド値

Value = 6
属性

注釈

関連する最大ユーザー制限に達したため、ユーザー操作が失敗したことを示します。

これには、特定の種類のユーザーが有効になっていない場合や、要求された親に追加できない場合など、制限が 0 である状況が含まれる場合があります。

Javaドキュメント。

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

適用対象