Instance Method インスタンスメソッド

authorizationViewReleasedAuthorization:

Sent to the delegate to indicate that deauthorization is about to occur.

Declaration 宣言

- (void)authorizationViewReleasedAuthorization:(SFAuthorizationView *)view;

Discussion 解説

This method is called after deauthorization has been approved (either you called the deauthorize: method, or the user clicked an open lock icon and the authorizationViewShouldDeauthorize: delegate method did not cancel the operation), and before the user is deauthorized (that is, before the authorizationViewDidDeauthorize: delegate method is called).

See Also 参照

Delegate methods

Related Documentation 関連文書