DevicePolicyManager.UserRestrictionsGlobally Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Chiamato da un profilo o dal proprietario del dispositivo per ottenere restrizioni utente globali impostate con #addUserRestrictionGlobally(String).
public virtual Android.OS.Bundle UserRestrictionsGlobally { [Android.Runtime.Register("getUserRestrictionsGlobally", "()Landroid/os/Bundle;", "GetGetUserRestrictionsGloballyHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getUserRestrictionsGlobally", "()Landroid/os/Bundle;", "GetGetUserRestrictionsGloballyHandler", ApiSince=34)>]
member this.UserRestrictionsGlobally : Android.OS.Bundle
Valore della proprietà
le Bundle cui chiavi sono le restrizioni utente e i valori che boolean indicano se la restrizione è impostata.
- Attributi
Commenti
Chiamato da un profilo o dal proprietario del dispositivo per ottenere restrizioni utente globali impostate con #addUserRestrictionGlobally(String).
Per ottenere tutte le restrizioni utente attualmente impostate per un determinato utente, usare UserManager#getUserRestrictions().
per android.app.admin.DevicePolicyManager.getUserRestrictionsGlobally().
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.