ABAddressBook.GetAuthorizationStatus Method

Definition

What permissions the user has allowed the app.

public static AddressBook.ABAuthorizationStatus GetAuthorizationStatus ();
static member GetAuthorizationStatus : unit -> AddressBook.ABAuthorizationStatus

Returns

The current authorization status of the app.

Remarks

This method checks the application's current authorization status, which can change due to the user interacting with the permissions dialog (see ABAddressBook) or the system's Privacy settings.

Applies to

See also

  • <xref:AddressBook.ABAddressBok.RequestAccess>