Activity Listener
Listener implemented by observers of the ActivityService.
Functions
Link copied to clipboard
Triggered when the application has completed startup;
Link copied to clipboard
public void onActivityCreated(@NonNull() Activity activity, @Nullable() Bundle bundle)
Content copied to clipboard
Triggered when an activity is created.
Link copied to clipboard
Triggered when the app enters the background.
Link copied to clipboard
public void onForeground( boolean coldStart, long startupTime, long timestamp)
Content copied to clipboard
Triggered when the application is resumed.
Link copied to clipboard
Triggered when an activity is closed.