Condividi tramite


UserManager.UserOperationErrorMaxUsers Campo

Definizione

Attenzione

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

Indica che l'operazione utente non è riuscita perché è stato raggiunto il limite massimo di utenti.

[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

Valore del campo

Value = 6
Attributi

Commenti

Indica che l'operazione utente non è riuscita perché è stato raggiunto il limite massimo di utenti.

Documentazione java per android.os.UserManager.USER_OPERATION_ERROR_MAX_USERS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a