VKAuthorizationState Constants Reference
| Declared in | VKAuthorizationResult.h |
|---|
VKAuthorizationState
Definition
typedef NS_ENUM(NSUInteger, VKAuthorizationState ) {
VKAuthorizationUnknown,
VKAuthorizationInitialized,
VKAuthorizationPending,
VKAuthorizationExternal,
VKAuthorizationSafariInApp,
VKAuthorizationWebview,
VKAuthorizationAuthorized,
VKAuthorizationError,
};
Constants
VKAuthorizationUnknown-
Declared In
VKAuthorizationResult.h. VKAuthorizationInitialized-
Declared In
VKAuthorizationResult.h. VKAuthorizationPending-
Declared In
VKAuthorizationResult.h. VKAuthorizationExternal-
Declared In
VKAuthorizationResult.h. VKAuthorizationSafariInApp-
Declared In
VKAuthorizationResult.h. VKAuthorizationWebview-
Declared In
VKAuthorizationResult.h. VKAuthorizationAuthorized-
Declared In
VKAuthorizationResult.h. VKAuthorizationError-
Declared In
VKAuthorizationResult.h.