public static interface AdActivity.AdActivityAdapter
Modifier and Type | Method and Description |
---|---|
boolean |
onBackPressed()
Called when the back button is pressed.
|
void |
onConfigurationChanged(android.content.res.Configuration configuration) |
void |
onCreate() |
void |
onDestroy() |
void |
onPause() |
void |
onResume() |
void |
onStop() |
void |
onWindowFocusChanged() |
void |
preOnCreate()
Called before super.onCreate is called in the AdActivity.
|
void |
setActivity(android.app.Activity activity) |
void setActivity(android.app.Activity activity)
void preOnCreate()
void onCreate()
void onPause()
void onResume()
void onWindowFocusChanged()
void onStop()
void onDestroy()
void onConfigurationChanged(android.content.res.Configuration configuration)
boolean onBackPressed()