public class AdColonyAdViewActivity
extends Activity
| Constructor and Description |
|---|
AdColonyAdViewActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBackPressed()
Overridden onBackPressed method used to alert the container's module (which can then decide
what the appropriate action to take is).
|
void |
onConfigurationChanged(Configuration newConfig)
Overridden callback used to alert the container's module of orientation changes
|
void |
onCreate(Bundle bundle) |
void |
onDestroy() |
void |
onPause() |
void |
onResume() |
void |
onWindowFocusChanged(boolean hasFocus)
Overridden onWindowFocusChanged method.
|
public void onCreate(Bundle bundle)
public void onBackPressed()
public void onPause()
public void onResume()
public void onWindowFocusChanged(boolean hasFocus)
public void onDestroy()
public void onConfigurationChanged(Configuration newConfig)