Skip to main content

bfgreporting.bfgRave.bfgRaveDelegate Interface

Interface for the bfgRaveDelegate. More...

Public Member Functions

void bfgRaveChangeDisplayNameDidFailWithError (Exception e)
 Informs the delegate when the Rave display name change was unsuccessful. More...
 
void bfgRaveChangeDisplayNameDidSucceed ()
 Informs the delegate when the Rave display name has been changed successfully.
 
void bfgRaveProfileCanceled ()
 Informs the delegate that the user cancelled the profile screen.
 
void bfgRaveProfileFailedWithError (Exception e)
 Informs the delegate when there has been an error with the profile screen. More...
 
void bfgRaveProfileSucceeded ()
 Informs the delegate that the profile updated successfully.
 
void bfgRaveSignInCancelled ()
 Informs the delegate that the signin was cancelled by the user.
 
void bfgRaveSignInCOPPAResult (boolean passedCOPPA)
 Informs the delegate of the COPPA status after a successful signin. More...
 
void bfgRaveSignInFailedWithError (Exception error)
 Informs the delegate when there has been an error with the signin screen. More...
 
void bfgRaveSignInSucceeded ()
 Informs the delegate that the signin succeeded.
 
void bfgRaveUserDidLogin (LoginDetails loginDetails)
 Informs the delegate when a user has logged in.
 
void bfgRaveUserDidLogout ()
 Informs the delegate when a user has logged out.
 
void bfgRaveUserLoginError (Exception loginError)
 Informs the delegate when there has been an error in the login process. More...
 

Detailed Description

Interface for the bfgRaveDelegate. The bfgRaveDelegate is used to provide games with a method of receiving RaveSocial SDK callbacks.

Member Function Documentation

◆ bfgRaveChangeDisplayNameDidFailWithError()

void com.bigfishgames.bfglib.bfgreporting.bfgRave.bfgRaveDelegate.bfgRaveChangeDisplayNameDidFailWithError (Exception e)
Informs the delegate when the Rave display name change was unsuccessful.
Parameters
eThe error, if any, that was encountered.

◆ bfgRaveProfileFailedWithError()

void com.bigfishgames.bfglib.bfgreporting.bfgRave.bfgRaveDelegate.bfgRaveProfileFailedWithError (Exception e)
Informs the delegate when there has been an error with the profile screen.
Parameters
eThe error, if any, that was encountered.

◆ bfgRaveSignInCOPPAResult()

void com.bigfishgames.bfglib.bfgreporting.bfgRave.bfgRaveDelegate.bfgRaveSignInCOPPAResult (boolean passedCOPPA)
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.

◆ bfgRaveSignInFailedWithError()

void com.bigfishgames.bfglib.bfgreporting.bfgRave.bfgRaveDelegate.bfgRaveSignInFailedWithError (Exception error)
Informs the delegate when there has been an error with the signin screen.
Parameters
errorThe error, if any, that was encountered.

◆ bfgRaveUserLoginError()

void com.bigfishgames.bfglib.bfgreporting.bfgRave.bfgRaveDelegate.bfgRaveUserLoginError (Exception loginError)
Informs the delegate when there has been an error in the login process.
Parameters
loginErrorThe error, if any, that was encountered.