HKAuthorizationRequestStatus Enumerazione

Definizione

Enumera i valori che indicano quando un'app deve richiedere l'autorizzazione utente per l'accesso.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKAuthorizationRequestStatus
type HKAuthorizationRequestStatus = 
Ereditarietà
HKAuthorizationRequestStatus
Attributi

Campi

ShouldRequest 1

Indica che l'app deve richiedere l'autorizzazione utente.

Unknown 0

Indica che è sconosciuto se l'app deve richiedere l'autorizzazione utente.

Unnecessary 2

Indica che l'app non deve richiedere l'autorizzazione utente.

Si applica a