bfgManagerPauseResumeDelegate Protocol
Gives app the opportunity to handle pause and resume caused by the SDK. More...
#import <bfgManager.h>
Instance Methods | |
(void) | - bfgManagerShouldPauseGame |
(void) | - bfgManagerShouldResumeGame |
Detailed Description
Gives app the opportunity to handle pause and resume caused by the SDK.
- Since
- 6.0
Method Documentation
◆ bfgManagerShouldPauseGame
| optional |
Received by the delegate when the SDK is about to do something that requires a pause in the game.
- Since
- 6.0
◆ bfgManagerShouldResumeGame
| optional |
Received by the delegate when it is okay to resume gameplay.
- Since
- 6.0