public interface IBlaubotAndroidComponent
| Modifier and Type | Method and Description |
|---|---|
void |
onNewIntent(Intent intent)
Gets called when a new intent was received on the foreground activity
|
void |
onPause(Activity context)
Gets called when onPause was called on the foreground activity
|
void |
onResume(Activity context)
Gets called when onResume was called on the foreground activity
|
void |
setCurrentContext(Context context)
Gets called if the android context changes (onResume).
|
void setCurrentContext(Context context)
context - the contextvoid onResume(Activity context)
context - the foregroudn activityvoid onPause(Activity context)
context - the current android contextvoid onNewIntent(Intent intent)
intent - the new intent