A B C D E F G H I L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- onCreate() - Method in class com.amazon.A3L.messaging.util.A3LMessagingInitProvider
-
This is for initializing the A3L Messaging which initializes the application context and current platform which will be used by other A3L Messaging method.
- OnInitCallback - Class in com.amazon.A3L.messaging.registration
-
Abstract class which developer implements if she wants to receive callback response after device initialization
- OnInitCallback() - Constructor for class com.amazon.A3L.messaging.registration.OnInitCallback
- onMessageReceived(Context, RemoteMessage) - Method in class com.amazon.A3L.messaging.A3LMessagingService
-
Developer implements this method to receive messages sent from their app server
- onMessageReceived(RemoteMessage) - Method in class com.amazon.A3L.messaging.FCM.messaging.A3LMessagingFCMPlatformListener
-
Method which receives message from FCM
- onNewToken(Context, String) - Method in class com.amazon.A3L.messaging.A3LMessagingService
-
Developer implements this method to receive device registration id (token) generated by messaging platform e.g ADM or FCM
- onNewToken(String) - Method in class com.amazon.A3L.messaging.FCM.messaging.A3LMessagingFCMPlatformListener
-
Method which receives device registration token from FCM
- onReady(InitCallbackResponse) - Method in class com.amazon.A3L.messaging.registration.OnInitCallback
-
Developer can override this method and use initCallbackResponse to get device initialization output
- onReceive(Context, Intent) - Method in class com.amazon.A3L.messaging.A3LMessagingService
-
This method receives all the message coming from different platforms and transfers the message to developer's implementation
- onReceive(Context, Intent) - Method in class com.amazon.A3L.messaging.ADM.EventReceiver
-
This method listens to the device registration and topic subscription events broadcasted by ADM Device client.
- onReceive(Context, Intent) - Method in class com.amazon.A3L.messaging.ADM.messaging.A3LMessagingADMPlatformListener
-
This method keeps listening to all messages sent through ADM.
- ORIGINAL_FCM_REMOTE_MESSAGE - Static variable in class com.amazon.A3L.messaging.util.A3LMessagingConstants
All Classes All Packages