Skip to main content
Version: 8.11.x

bfgRaveDelegate Protocol

Interface bfgRaveDelegate is used to provide games with a method of receiving RaveSocial SDK callbacks. More...#import <bfgRave.h>

Instance Methods

(void) - bfgRaveProfileFailedWithError:
 
(void) - bfgRaveProfileSucceeded
 
(void) - bfgRaveProfileCancelled
 
(void) - bfgRaveSignInCOPPAResult:
 
(void) - bfgRaveSignInSucceeded
 
(void) - bfgRaveSignInCancelled
 
(void) - bfgRaveSignInFailedWithError:
 
(void) - bfgRaveUserDidLogin
 
(void) - bfgRaveUserDidLogout
 
(void) - bfgRaveUserLoginError:
 
(void) - bfgRaveChangeDisplayNameDidSucceed
 
(void) - bfgRaveChangeDisplayNameDidFailWithError:
 

Detailed Description

Interface bfgRaveDelegate is used to provide games with a method of receiving RaveSocial SDK callbacks.
Since
6.0

Method Documentation

◆ bfgRaveChangeDisplayNameDidFailWithError:

- (void) bfgRaveChangeDisplayNameDidFailWithError: (NSError *_Nullable) error
optional
Informs the delegate when the Rave display name change was unsuccessful.
Parameters
errorThe error, if any, that was encountered.
Since
6.0

◆ bfgRaveChangeDisplayNameDidSucceed

- (void) bfgRaveChangeDisplayNameDidSucceed
optional
Informs the delegate when the Rave display name has been changed successfully.
Since
6.0

◆ bfgRaveProfileCancelled

- (void) bfgRaveProfileCancelled
optional
Informs the delegate that the user cancelled the profile screen.
Since
6.0

◆ bfgRaveProfileFailedWithError:

- (void) bfgRaveProfileFailedWithError: (NSError *_Nullable) error
optional
Informs the delegate when there has been an error with the profile screen.
Parameters
errorThe error, if any, that was encountered.
Since
6.0

◆ bfgRaveProfileSucceeded

- (void) bfgRaveProfileSucceeded
optional
Informs the delegate that the profile updated successfully.
Since
6.0

◆ bfgRaveSignInCancelled

- (void) bfgRaveSignInCancelled
optional
Informs the delegate that the signin was cancelled by the user.
Since
6.0

◆ bfgRaveSignInCOPPAResult:

- (void) bfgRaveSignInCOPPAResult: (BOOL) passedCOPPA
optional
Informs the delegate of the COPPA status after a successful signin.
Parameters
passedCOPPAYES if the user passed the COPPA check, NO if the user failed the COPPA check.
Since
6.0

◆ bfgRaveSignInFailedWithError:

- (void) bfgRaveSignInFailedWithError: (NSError *_Nullable) error
optional
Informs the delegate when there has been an error with the signin screen.
Parameters
errorThe error, if any, that was encountered.
Since
6.0

◆ bfgRaveSignInSucceeded

- (void) bfgRaveSignInSucceeded
optional
Informs the delegate that the signin succeeded.
Since
6.0

◆ bfgRaveUserDidLogin

- (void) bfgRaveUserDidLogin
optional
Informs the delegate when a user has logged in.
Since
6.0

◆ bfgRaveUserDidLogout

- (void) bfgRaveUserDidLogout
optional
Informs the delegate when a user has logged out.
Since
6.0

◆ bfgRaveUserLoginError:

- (void) bfgRaveUserLoginError: (NSError *_Nullable) loginError
optional
Informs the delegate when there has been an error in the login process.
Parameters
loginErrorThe error, if any, that was encountered.
Since
6.0
Interface bfgRaveDelegate is used to provide games with a method of receiving RaveSocial SDK callbacks. More...#import <bfgRave.h>

Instance Methods

(void) - bfgRaveProfileFailedWithError:
 
(void) - bfgRaveProfileSucceeded
 
(void) - bfgRaveProfileCancelled
 
(void) - bfgRaveSignInCOPPAResult:
 
(void) - bfgRaveSignInSucceeded
 
(void) - bfgRaveSignInCancelled
 
(void) - bfgRaveSignInFailedWithError:
 
(void) - bfgRaveUserDidLogin
 
(void) - bfgRaveUserDidLogout
 
(void) - bfgRaveUserLoginError:
 
(void) - bfgRaveChangeDisplayNameDidSucceed
 
(void) - bfgRaveChangeDisplayNameDidFailWithError:
 

Detailed Description

Interface bfgRaveDelegate is used to provide games with a method of receiving RaveSocial SDK callbacks.
Since
6.0

Method Documentation

◆ bfgRaveChangeDisplayNameDidFailWithError:

- (void) bfgRaveChangeDisplayNameDidFailWithError: (NSError *_Nullable) error
optional
Informs the delegate when the Rave display name change was unsuccessful.
Parameters
errorThe error, if any, that was encountered.
Since
6.0

◆ bfgRaveChangeDisplayNameDidSucceed

- (void) bfgRaveChangeDisplayNameDidSucceed
optional
Informs the delegate when the Rave display name has been changed successfully.
Since
6.0

◆ bfgRaveProfileCancelled

- (void) bfgRaveProfileCancelled
optional
Informs the delegate that the user cancelled the profile screen.
Since
6.0

◆ bfgRaveProfileFailedWithError:

- (void) bfgRaveProfileFailedWithError: (NSError *_Nullable) error
optional
Informs the delegate when there has been an error with the profile screen.
Parameters
errorThe error, if any, that was encountered.
Since
6.0

◆ bfgRaveProfileSucceeded

- (void) bfgRaveProfileSucceeded
optional
Informs the delegate that the profile updated successfully.
Since
6.0

◆ bfgRaveSignInCancelled

- (void) bfgRaveSignInCancelled
optional
Informs the delegate that the signin was cancelled by the user.
Since
6.0

◆ bfgRaveSignInCOPPAResult:

- (void) bfgRaveSignInCOPPAResult: (BOOL) passedCOPPA
optional
Informs the delegate of the COPPA status after a successful signin.
Parameters
passedCOPPAYES if the user passed the COPPA check, NO if the user failed the COPPA check.
Since
6.0

◆ bfgRaveSignInFailedWithError:

- (void) bfgRaveSignInFailedWithError: (NSError *_Nullable) error
optional
Informs the delegate when there has been an error with the signin screen.
Parameters
errorThe error, if any, that was encountered.
Since
6.0

◆ bfgRaveSignInSucceeded

- (void) bfgRaveSignInSucceeded
optional
Informs the delegate that the signin succeeded.
Since
6.0

◆ bfgRaveUserDidLogin

- (void) bfgRaveUserDidLogin
optional
Informs the delegate when a user has logged in.
Since
6.0

◆ bfgRaveUserDidLogout

- (void) bfgRaveUserDidLogout
optional
Informs the delegate when a user has logged out.
Since
6.0

◆ bfgRaveUserLoginError:

- (void) bfgRaveUserLoginError: (NSError *_Nullable) loginError
optional
Informs the delegate when there has been an error in the login process.
Parameters
loginErrorThe error, if any, that was encountered.
Since
6.0