Interface
bfgRaveDelegate is used to provide games with a method of receiving RaveSocial SDK callbacks.
More...#import <bfgRave.h>
Interface
bfgRaveDelegate is used to provide games with a method of receiving RaveSocial SDK callbacks.
- Since
- 6.0
◆ bfgRaveChangeDisplayNameDidFailWithError:
- (void) bfgRaveChangeDisplayNameDidFailWithError: | | (NSError *_Nullable) | error | |
| optional |
Informs the delegate when the Rave display name change was unsuccessful.
- Parameters
error | The 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
error | The 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
passedCOPPA | YES 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
error | The 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
loginError | The error, if any, that was encountered. |
- Since
- 6.0