Package com.onesignal.core.internal.application
See: Description
-
Enum Summary Enum Description AppEntryAction An app entry type enum for knowing how the user foregrounded or backgrounded the app. -
Interface Summary Interface Description IActivityLifecycleHandler Implementations of the activity lifecycle handler added via IApplicationService.addActivityLifecycleHandler will be notified throughout the activity lifecycle. IApplicationLifecycleHandler Implementations of the application lifecycle handler added via IApplicationService.addApplicationLifecycleHandler will be notified throughout the application lifecycle. IApplicationService The application service provides the ability to view various application-specific information and subscribe to application events. -
Class Summary Class Description ActivityLifecycleHandlerBase A base implementation of IActivityLifecycleHandler that is a no-op. ApplicationLifecycleHandlerBase A base implementation of IApplicationLifecycleHandler that is a no-op.