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

authorizationViewCreatedAuthorization:

Sent to the delegate to indicate the authorization object has been created or changed. If you have saved a copy of the authorization object for your own purposes, you should discard it and call authorization for a new authorization object.

Declaration 宣言

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

See Also 参照

Delegate methods