AIAuthenticationDelegate
IntroductionApplications calling AIMobileLib APIs must implement the methods of this protocol to receive success and failure information. Methods
requestDidFail:The API calls this delegate when it fails, passing the result. @required Parameters
DiscussionSee APIError for more information on the content of the result.
requestDidSucceed:The API calls this delegate when it completes successfully, passing the result. @required Parameters
DiscussionSee APIResult for more information on the content of the apiResult.
|