package

com.urbanairship

Contains high-level classes for interacting with the Urban Airship API. This package provides a very high level interface to the Urban Airship API via UAirship and the Options classes.

Interfaces

Cancelable Interface for an cancelable operation. 
PendingResult<T> A generic pending result. 
PendingResult.ResultCallback<T> Result callback interface. 
UAirship.OnReadyCallback Callback interface used to notify app when UAirship is ready. 

Classes

AirshipConfigOptions This class holds the set of options necessary to properly initialize UAirship
ApplicationMetrics ApplicationMetrics stores metric information about the application. 
Autopilot Autopilot allows you to defer calling UAirship.takeOff until after the application has been created. 
BaseManager Base class for Urban Airship managers. 
CoreActivity An activity that forwards the notification proxy intents to the CoreReceiver. 
CoreReceiver This class is the core Broadcast Receiver for the Urban Airship library. 
LifeCycleCallbacks This helper class registers lifecycle callbacks. 
Logger Shared logging wrapper for all Urban Airship log entries. 
Manifest  
Manifest.permission  
UAirship UAirship manages the shared state for all Urban Airship services. 
UrbanAirshipProvider Manages access to Urban Airship Preferences and Rich Push Message data. 
UrbanAirshipResolver An ContentResolver wrapper used to access data from the UrbanAirshipProvider