ABAddressBook.GetAuthorizationStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>