VSAccountAccessStatus Enumerazione

Definizione

Enumera i tipi di accesso all'app nella sottoscrizione dell'utente.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum VSAccountAccessStatus
type VSAccountAccessStatus = 
Ereditarietà
VSAccountAccessStatus
Attributi

Campi

Denied 2

L'utente ha negato l'accesso all'app.

Granted 3

L'utente ha concesso l'accesso all'app.

NotDetermined 0

L'utente non ha interagito con la finestra di dialogo autorizzazioni.

Restricted 1

L'utente viene negato l'accesso e potrebbe non modificare l'autorizzazione.

Si applica a