Interface ASAuthorizationControllerDelegate
-
public interface ASAuthorizationControllerDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidauthorizationControllerDidCompleteWithAuthorization(ASAuthorizationController controller, ASAuthorization authorization)default voidauthorizationControllerDidCompleteWithError(ASAuthorizationController controller, NSError error)
-
-
-
Method Detail
-
authorizationControllerDidCompleteWithAuthorization
default void authorizationControllerDidCompleteWithAuthorization(ASAuthorizationController controller, ASAuthorization authorization)
-
authorizationControllerDidCompleteWithError
default void authorizationControllerDidCompleteWithError(ASAuthorizationController controller, NSError error)
-
-