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

authorizationViewShouldDeauthorize(_:)

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

Declaration 宣言

func authorizationViewShouldDeauthorize(_ view: SFAuthorizationView!) -> Bool

Discussion 解説

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

See Also 参照

Delegate methods

Related Documentation 関連文書