Package com.urbanairship.app

Types

ActivityListener
Link copied to clipboard
interface ActivityListener : Application.ActivityLifecycleCallbacks
Listener class for activity updates.
ActivityMonitor
Link copied to clipboard
interface ActivityMonitor
Activity Monitor.
ApplicationListener
Link copied to clipboard
interface ApplicationListener
Listener for application foreground and backgrounds.
FilteredActivityListener
Link copied to clipboard
open class FilteredActivityListener : ActivityListener
Activity listener that filters events with a predicate.
ForwardingActivityListener
Link copied to clipboard
open class ForwardingActivityListener : ActivityListener
Activity listener that forwards activity events to a list of listeners.
ForwardingApplicationListener
Link copied to clipboard
open class ForwardingApplicationListener : ApplicationListener
Activity listener that forwards application events to a list of listeners.
GlobalActivityMonitor
Link copied to clipboard
open class GlobalActivityMonitor : ActivityMonitor
Global activity monitor.
SimpleActivityListener
Link copied to clipboard
open class SimpleActivityListener : ActivityListener
A convenience class to extend when you only want to listen for a subset of of activity events.
SimpleApplicationListener
Link copied to clipboard
open class SimpleApplicationListener : ApplicationListener
A convenience class to extend when you only want to listen for a subset of of application events.