Skip navigation links
A B D F G M N O P R S T U V 

A

AeroGearFirebaseInstanceIdService - Class in org.aerogear.mobile.push.fcm
This is an Android Service which listens for InstanceID messages from Firebase services.
AeroGearFirebaseInstanceIdService() - Constructor for class org.aerogear.mobile.push.fcm.AeroGearFirebaseInstanceIdService
 
AeroGearFirebaseMessagingService - Class in org.aerogear.mobile.push.fcm
AeroGear Service implementation for Firebase Cloud Messaging.
AeroGearFirebaseMessagingService() - Constructor for class org.aerogear.mobile.push.fcm.AeroGearFirebaseMessagingService
 
APPLICATION_ID - Static variable in class org.aerogear.mobile.push.BuildConfig
 

B

build() - Method in class org.aerogear.mobile.push.PushService.Builder
 
BUILD_TYPE - Static variable in class org.aerogear.mobile.push.BuildConfig
 
BuildConfig - Class in org.aerogear.mobile.push
 
BuildConfig() - Constructor for class org.aerogear.mobile.push.BuildConfig
 
Builder() - Constructor for class org.aerogear.mobile.push.PushService.Builder
 

D

DEBUG - Static variable in class org.aerogear.mobile.push.BuildConfig
 

F

FLAVOR - Static variable in class org.aerogear.mobile.push.BuildConfig
 

G

getAlias() - Method in class org.aerogear.mobile.push.UnifiedPushConfig
The alias is an identifier of the user of the system.
getCategories() - Method in class org.aerogear.mobile.push.UnifiedPushConfig
The categories specifies a channel which may be used to send messages
getSecret() - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
Secret for the variant from the AeroGear UnifiedPush Server.
getSenderId() - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
Firebase senderId registered for this application.
getUrl() - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
The URL of the Unified Push Server
getVariant() - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
ID of the variant from the AeroGear UnifiedPush Server.

M

MESSAGE - Static variable in interface org.aerogear.mobile.push.UnifiedPushMessage
Constant for the name of the push message key
MessageHandler - Interface in org.aerogear.mobile.push
 

N

notifyHandlers(Context, Map<String, String>) - Static method in class org.aerogear.mobile.push.PushService
Notify all registered handlers.

O

onMessage(Context, Map<String, String>) - Method in interface org.aerogear.mobile.push.MessageHandler
Invoked when server delivered a message to the device.
onMessageReceived(RemoteMessage) - Method in class org.aerogear.mobile.push.fcm.AeroGearFirebaseMessagingService
Called when a message is received.
onTokenRefresh() - Method in class org.aerogear.mobile.push.fcm.AeroGearFirebaseInstanceIdService
 
openshift() - Method in class org.aerogear.mobile.push.PushService.Builder
 
org.aerogear.mobile.push - package org.aerogear.mobile.push
 
org.aerogear.mobile.push.fcm - package org.aerogear.mobile.push.fcm
 

P

PROJECT_ROOT - Static variable in class org.aerogear.mobile.push.BuildConfig
 
PushService - Class in org.aerogear.mobile.push
The entry point for communication with Unified Push Server
PushService(Context, UnifiedPushCredentials) - Constructor for class org.aerogear.mobile.push.PushService
 
PushService.Builder - Class in org.aerogear.mobile.push
 

R

refreshToken(Context) - Static method in class org.aerogear.mobile.push.PushService
Update the device token on Unified Push Server
registerBackgroundThreadHandler(MessageHandler) - Static method in class org.aerogear.mobile.push.PushService
When a push message is received, all background thread handlers will be notified on a non UI thread.
registerDevice() - Method in class org.aerogear.mobile.push.PushService
Register the device on Unified Push Server
registerDevice(UnifiedPushConfig) - Method in class org.aerogear.mobile.push.PushService
Register the device on Unified Push Server
registerMainThreadHandler(MessageHandler) - Static method in class org.aerogear.mobile.push.PushService
When a push message is received, all main thread handlers will be notified on the main(UI) thread.

S

setAlias(String) - Method in class org.aerogear.mobile.push.UnifiedPushConfig
The alias is an identifier of the user of the system.
setCategories(List<String>) - Method in class org.aerogear.mobile.push.UnifiedPushConfig
The categories specifies a channel which may be used to send messages
setSecret(String) - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
Secret for the variant from the AeroGear UnifiedPush Server.
setSenderId(String) - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
Firebase senderId registered for this application.
setUrl(String) - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
The URL of the Unified Push Server
setVariant(String) - Method in class org.aerogear.mobile.push.UnifiedPushCredentials
ID of the variant from the AeroGear UnifiedPush Server.

T

TYPE - Static variable in class org.aerogear.mobile.push.PushService
 

U

UnifiedPushConfig - Class in org.aerogear.mobile.push
 
UnifiedPushConfig() - Constructor for class org.aerogear.mobile.push.UnifiedPushConfig
 
UnifiedPushCredentials - Class in org.aerogear.mobile.push
 
UnifiedPushCredentials() - Constructor for class org.aerogear.mobile.push.UnifiedPushCredentials
 
UnifiedPushMessage - Interface in org.aerogear.mobile.push
 
unregisterBackgroundThreadHandler(MessageHandler) - Static method in class org.aerogear.mobile.push.PushService
This will remove the given handler from the collection of background thread handlers.
unregisterDevice() - Method in class org.aerogear.mobile.push.PushService
Unregister the device on Unified Push Server
unregisterMainThreadHandler(MessageHandler) - Static method in class org.aerogear.mobile.push.PushService
This will remove the given handler from the collection of main thread handlers.

V

VERSION_CODE - Static variable in class org.aerogear.mobile.push.BuildConfig
 
VERSION_NAME - Static variable in class org.aerogear.mobile.push.BuildConfig
 
A B D F G M N O P R S T U V 
Skip navigation links