Skip to main content

bfgActivity Class

Base Activity Class for all BFG SDK aware activities. More...Inherits FragmentActivity.Inherited by com.bigfishgames.bfglib.bfgWebBrowser.

Public Member Functions

void finish ()
 finish More...
 
void onBackPressed ()
 onBackPressed More...
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 onCreate More...
 
void onNewIntent (Intent intent)
 A new launch intent was received while this activity was already in focus and on top. More...
 
void onPause ()
 onPause More...
 
void onResume ()
 onResume More...
 
void onStart ()
 onStart More...
 
void onStop ()
 onStop More...
 

Detailed Description

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.

Member Function Documentation

◆ 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
intentLaunch 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.