Base Activity Class for all BFG SDK aware activities.
More...Inherits FragmentActivity.Inherited by com.bigfishgames.bfglib.bfgWebBrowser.
Base Activity Class for all BFG SDK aware activities. Inherit your activities from this base class to ensure integration of your activities with
bfgManager and the SDK.
◆ finish()
void com.bigfishgames.bfglib.bfgActivity.finish | ( | | ) | |
| inline |
finish You should always call up to your super class when implementing these methods.
◆ onBackPressed()
void com.bigfishgames.bfglib.bfgActivity.onBackPressed | ( | | ) | |
| inline |
onBackPressed You should always call up to your super class when implementing these methods.
◆ onCreate()
void com.bigfishgames.bfglib.bfgActivity.onCreate | ( | Bundle | savedInstanceState | ) | |
| inlineprotected |
onCreate You should always call up to your super class when implementing these methods.
◆ onNewIntent()
void com.bigfishgames.bfglib.bfgActivity.onNewIntent | ( | Intent | intent | ) | |
| inlineprotected |
A new launch intent was received while this activity was already in focus and on top.
- Parameters
intent | Launch intent (typically from a push or deep link). |
◆ onPause()
void com.bigfishgames.bfglib.bfgActivity.onPause | ( | | ) | |
| inlineprotected |
onPause You should always call up to your super class when implementing these methods.
◆ onResume()
void com.bigfishgames.bfglib.bfgActivity.onResume | ( | | ) | |
| inlineprotected |
onResume You should always call up to your super class when implementing these methods.
◆ onStart()
void com.bigfishgames.bfglib.bfgActivity.onStart | ( | | ) | |
| inlineprotected |
onStart You should always call up to your super class when implementing these methods.
◆ onStop()
void com.bigfishgames.bfglib.bfgActivity.onStop | ( | | ) | |
| inlineprotected |
onStop You should always call up to your super class when implementing these methods.