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

authorizationViewShouldDeauthorize:

Sent to the delegate when a user clicks the open lock icon.

Declaration 宣言

- (BOOL)authorizationViewShouldDeauthorize:(SFAuthorizationView *)view;

Discussion 解説

The delegate can react to this before deauthorization happens and avoid it by returning NO. This delegate method is not called when you call the deauthorize: method.

See Also 参照

Delegate methods

Related Documentation 関連文書