bfgreporting.bfgRaveAppDataKeyDelegate Interface
App Data Key callback delegates. More...
Public Member Functions | |
void | bfgRaveAppDataKeyDidChange (final String currentAppDataKey, final String previousKey) |
Informs the delegate that the App Data Key changed. More... | |
void | bfgRaveAppDataKeyDidReturnUnresolvedKeys (final List< String > unresolvedKeys, final String currentAppDataKey) |
Informs the delegate that there are unresolved keys. More... | |
void | bfgRaveFetchCurrentAppDataKeyDidFailWithError (final RaveException error) |
Informs the delegate that the call to fetchCurrentAppDataKey failed. More... | |
void | bfgRaveFetchCurrentAppDataKeyDidSucceed (final String currentAppDataKey) |
Informs the delegate that the call to fetchCurrentAppDataKey succeeded. More... | |
void | bfgRaveSelectAppDataKeyDidFailWithError (final RaveException error) |
Informs the delegate that the call to selectRaveAppDataKey failed. More... | |
void | bfgRaveSelectAppDataKeyDidSucceed () |
Informs the delegate that the call to selectRaveAppDataKey succeeded. More... | |
Detailed Description
App Data Key callback delegates. This interface will be used to communicate results from asynchronous requests related to AppDataKeys. To use Rave App Data Keys you must implement this bfgRaveAppDataKeyDelete interface and register to be a bfgRaveAppDataKeyDelegate (using bfgRave.setRaveAppDataKeyDelegate).
- Since
- 6.3
Member Function Documentation
◆ bfgRaveAppDataKeyDidChange()
void com.bigfishgames.bfglib.bfgreporting.bfgRaveAppDataKeyDelegate.bfgRaveAppDataKeyDidChange | ( | final String | currentAppDataKey, |
final String | previousKey | ||
) |
Informs the delegate that the App Data Key changed.
- Parameters
currentAppDataKey The current app data key selected for this application and user. previousKey The previous app data key before the change.
- Since
- 6.3
◆ bfgRaveAppDataKeyDidReturnUnresolvedKeys()
void com.bigfishgames.bfglib.bfgreporting.bfgRaveAppDataKeyDelegate.bfgRaveAppDataKeyDidReturnUnresolvedKeys | ( | final List< String > | unresolvedKeys, |
final String | currentAppDataKey | ||
) |
Informs the delegate that there are unresolved keys.
- Parameters
unresolvedKeys The keys that need to be resolved. There will always be zero or two or more. currentAppDataKey The last known selected app data key before conflict.
- Since
- 6.3
◆ bfgRaveFetchCurrentAppDataKeyDidFailWithError()
void com.bigfishgames.bfglib.bfgreporting.bfgRaveAppDataKeyDelegate.bfgRaveFetchCurrentAppDataKeyDidFailWithError | ( | final RaveException | error | ) |
Informs the delegate that the call to fetchCurrentAppDataKey failed.
- Parameters
error The error that was encountered.
- Since
- 6.3
◆ bfgRaveFetchCurrentAppDataKeyDidSucceed()
void com.bigfishgames.bfglib.bfgreporting.bfgRaveAppDataKeyDelegate.bfgRaveFetchCurrentAppDataKeyDidSucceed | ( | final String | currentAppDataKey | ) |
Informs the delegate that the call to fetchCurrentAppDataKey succeeded.
- Parameters
currentAppDataKey The current app data key returned by Rave.
- Since
- 6.3
◆ bfgRaveSelectAppDataKeyDidFailWithError()
void com.bigfishgames.bfglib.bfgreporting.bfgRaveAppDataKeyDelegate.bfgRaveSelectAppDataKeyDidFailWithError | ( | final RaveException | error | ) |
Informs the delegate that the call to selectRaveAppDataKey failed.
- Parameters
error The error that was encountered.
- Since
- 6.3
◆ bfgRaveSelectAppDataKeyDidSucceed()
void com.bigfishgames.bfglib.bfgreporting.bfgRaveAppDataKeyDelegate.bfgRaveSelectAppDataKeyDidSucceed | ( | ) |
Informs the delegate that the call to selectRaveAppDataKey succeeded.
- Since
- 6.3