#import <OFCurrentUser.h>
Public Member Functions | |
(void) | - didFavoriteCurrentGame |
(void) | - didFailFavoriteCurrentGame |
(void) | - didSendFriendRequest |
(void) | - didFailSendFriendRequest |
(void) | - didUnfriend |
(void) | - didFailUnfriend |
(void) | - didCheckConnectedToSocialNetwork: |
(void) | - didFailCheckConnectedToSocialNetwork |
Adopt the OFCurrentUserDelegate Protocol to receive information regarding OFCurrentUser. You must call OFCurrentUser's +(void)setDelegate: method to receive information
- (void) didCheckConnectedToSocialNetwork: | (BOOL) | connected | [optional] |
Invoked when checkConnectedToSocialNetwork successfully completes
connected | YES if the current user's OpenFeint account is connected to any social networks |
- (void) didFailCheckConnectedToSocialNetwork | [optional] |
Invoked when checkConnectedToSocialNetwork fails;
- (void) didFailFavoriteCurrentGame | [optional] |
Invoked when favoriteCurrentGame: fails.
- (void) didFailSendFriendRequest | [optional] |
Invoked when sendFriendRequest: fails.
- (void) didFailUnfriend | [optional] |
Invoked when unfriend: fails.
- (void) didFavoriteCurrentGame | [optional] |
Invoked when favoriteCurrentGame: successfully completes
- (void) didSendFriendRequest | [optional] |
Invoked when sendFriendRequest: successfully completes.
- (void) didUnfriend | [optional] |
Invoked when unfriend: successfully completes.