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

authorizationViewReleasedAuthorization(_:)

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

Declaration 宣言

func authorizationViewReleasedAuthorization(_ view: SFAuthorizationView!)

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 関連文書