VILoginFailure
typedef void
(^VILoginFailure)(NSError *
error)
Completion handler, triggered when the login process failed.
Parameters
error:
NSError *
Occurred error. See VILoginErrorCode for the error list
Returns
type:
void
typedef void
(^VILoginFailure)(NSError *
error)
Completion handler, triggered when the login process failed.
NSError *
Occurred error. See VILoginErrorCode for the error list
void