Package | Description |
---|---|
ej.wadapps.app |
Contains interfaces that the application developer can implement.
|
ej.wadapps.management |
Contains application management tools and registries to declare
ej.wadapps.app implementations. |
Modifier and Type | Method and Description |
---|---|
Activity |
Notification.getActivity()
Gets the associated activity.
|
Modifier and Type | Method and Description |
---|---|
Activity[] |
ActivitiesList.getActivities()
Gets all registered activities.
|
Activity |
ActivitiesScheduler.getLauncher()
Gets the current activities launcher.
|
Activity[] |
LaunchersList.getLaunchers()
Gets all registered launchers.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchersList.add(Activity launcher)
Adds a launcher.
|
void |
ActivitiesList.add(Activity activity)
Adds an activity.
|
void |
ActivitiesScheduler.hide(Activity activity)
Asks to hide an activity.
|
void |
LaunchersList.remove(Activity launcher)
Removes a launcher.
|
void |
ActivitiesList.remove(Activity activity)
Removes an activity.
|
void |
ActivitiesScheduler.setLauncher(Activity launcher)
Sets the current activities launcher.
|
void |
ActivitiesScheduler.show(Activity activity)
Asks to show an activity.
|