Public Member Functions

<OFCurrentUserDelegate> Protocol Reference

#import <OFCurrentUser.h>

List of all members.

Public Member Functions

(void) - didFavoriteCurrentGame
(void) - didFailFavoriteCurrentGame
(void) - didSendFriendRequest
(void) - didFailSendFriendRequest
(void) - didUnfriend
(void) - didFailUnfriend
(void) - didCheckConnectedToSocialNetwork:
(void) - didFailCheckConnectedToSocialNetwork

Detailed Description

Adopt the OFCurrentUserDelegate Protocol to receive information regarding OFCurrentUser. You must call OFCurrentUser's +(void)setDelegate: method to receive information


Member Function Documentation

- (void) didCheckConnectedToSocialNetwork: (BOOL)  connected [optional]

Invoked when checkConnectedToSocialNetwork successfully completes

Parameters:
connectedYES 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.


The documentation for this protocol was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties