public interface ActivitiesScheduler
Modifier and Type | Method and Description |
---|---|
Activity |
getLauncher()
Gets the current activities launcher.
|
void |
hide(Activity activity)
Asks to hide an activity.
|
void |
setLauncher(Activity launcher)
Sets the current activities launcher.
|
void |
show(Activity activity)
Asks to show an activity.
|
void |
showLauncher()
Asks to show the current launcher.
|
Activity getLauncher()
null
if there is no registered
launcher.void hide(Activity activity)
activity
- the activity to hide.void setLauncher(Activity launcher)
launcher
- the launcher to set.void show(Activity activity) throws NullPointerException
activity
- the activity to show an activity from.NullPointerException
- if the given activity is null
.void showLauncher()