- refreshToken() - 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.
- requiresConfiguration() - Method in class org.aerogear.mobile.push.PushService
-