Contains classes for interacting with the Urban Airship Push API.
This package provides an interface to all push notification-related
functionality. Push configuration, persistent settings and UI frameworks
for customizing the display of notifications are all found here.
Interfaces
Classes
ADMPushReceiver |
ADMPushReceiver listens for incoming ADM registration responses and messages. |
BaseIntentReceiver |
Base intent receiver to process registration and push events from Urban Airship. |
GCMPushReceiver |
WakefulBroadcastReceiver that receives GCM messages and delivers them to both the application-specific GcmListenerService subclass,
and Urban Airship's PushService. |
NamedUser |
The named user is an alternate method of identifying the device. |
PushManager |
This class is the primary interface for customizing the display and behavior
of incoming push notifications. |
PushMessage |
A push message, usually created from handling a message intent from either GCM,
or another push notification service
|
TagGroupsEditor |
Interface used for modifying tag groups. |
UAInstanceIDListenerService |
Listens for GCM Security token refresh. |