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
G
- getADMInstance(Context) - Method in class com.amazon.A3L.messaging.A3LMessaging
-
Gets instance of ADM, which can be used to call ADM methods directly
- getADMInstance(Context) - Method in class com.amazon.A3L.messaging.ADM.ADMMessagingHelper
-
Method to get ADM instance.
- getBody() - Method in class com.amazon.A3L.messaging.Notification
- getBodyLocArgs() - Method in class com.amazon.A3L.messaging.Notification
- getBodyLocKey() - Method in class com.amazon.A3L.messaging.Notification
- getBoolean(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
Parses boolean value of corresponding key
- getChannelId() - Method in class com.amazon.A3L.messaging.Notification
- getClickAction() - Method in class com.amazon.A3L.messaging.Notification
- getCollapseKey() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the collapse key of the message
- getColor() - Method in class com.amazon.A3L.messaging.Notification
- getCurrentPlatform(Context) - Static method in class com.amazon.A3L.messaging.A3LMessaging
-
Get current device platform
- getData() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets data message payload sent by developer as key-value pair
- getDefaultSound() - Method in class com.amazon.A3L.messaging.Notification
- getDeviceIdIntent(Context, String) - Static method in class com.amazon.A3L.messaging.util.A3LMessagingServiceHelper
-
Generates device id intent which is sent to A3LMessagingService common interface
- getEventTime() - Method in class com.amazon.A3L.messaging.Notification
- getFCMInstance() - Method in class com.amazon.A3L.messaging.A3LMessaging
-
Gets instance of FirebaseMessaging, which can be used to call FCM methods directly
- getFrom() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Get the sender of this message
- getIcon() - Method in class com.amazon.A3L.messaging.Notification
- getImage() - Method in class com.amazon.A3L.messaging.Notification
- getInteger(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
Parses the integer value of corresponding key
- getJSONArray(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
- getLocalizationArgs(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
Method to fetch Localization Arguments for title and body
- getLocalizationArgsForKey(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
Returns loc_arg used for localization of title and body
- getLocalizationResourceForKey(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
- getLocalizedString(Resources, String, String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
Tries to get localized String from the app resources, if not present returns null
- getLocalOnly() - Method in class com.amazon.A3L.messaging.Notification
- getLong(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
parses the long value for corresponding key
- getMessageId() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the message's ID
- getMessageType() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the type of message
- getNotification() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the notification from message if set
- getNotificationCount() - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
- getNotificationCount() - Method in class com.amazon.A3L.messaging.Notification
- getNotificationPriority() - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
- getNotificationPriority() - Method in class com.amazon.A3L.messaging.Notification
- getOriginalPriority() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the original priority of message
- getPlatform(Context) - Method in class com.amazon.A3L.messaging.util.A3LMessagingHelper
-
Decides platform available on device with the help of platform libraries
- getPossibleLocalizedString(Resources, String, String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
Checks if original string(unlocalized) present then returns it, otherwise tries to get localized string for corresponding key
- getPriority() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the priority of message as delivered
- getRegisteredEventReceiver(Context) - Method in class com.amazon.A3L.messaging.ADM.ADMMessagingHelper
-
Prepares intent filter and register the event receiver with the intent filter
- getRemoteMessageType() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets RemoteMessagePlatform type whether ADM_REMOTE_MESSAGE or FCM_REMOTE_MESSAGE
- getSenderId() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the Sender ID for the sender of this message
- getSentTime() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the time in milliseconds from the Epoch that the message was sent
- getSound() - Method in class com.amazon.A3L.messaging.Notification
- getSticky() - Method in class com.amazon.A3L.messaging.Notification
- getString(String) - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
-
Parses the value for the given key in the bundle
- getTag() - Method in class com.amazon.A3L.messaging.Notification
- getTitle() - Method in class com.amazon.A3L.messaging.Notification
- getTitleLocArgs() - Method in class com.amazon.A3L.messaging.Notification
- getTitleLocKey() - Method in class com.amazon.A3L.messaging.Notification
- getTo() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the message destination
- getToken() - Static method in class com.amazon.A3L.messaging.A3LMessaging
-
Try to get the exiting device token, if one does not exists creates a new one.
- getToken() - Method in class com.amazon.A3L.messaging.FCM.registration.FCMRegistrar
-
Invokes FCM's getToken, which creates the new deviceToken if one does not exist.
- getToken(Context) - Method in class com.amazon.A3L.messaging.ADM.registration.ADMRegistrar
-
Creates a registration token if one does not exits using
ADM
apis. - getToken(Context, OnInitCallback) - Static method in class com.amazon.A3L.messaging.A3LMessaging
-
Provides device registration token using callback method provided by developer
- getToken(Context, String) - Method in class com.amazon.A3L.messaging.registration.DeviceRegistrar
-
Calls
ADMRegistrar
orFCMRegistrar
to get platform specific registration token. - getTtl() - Method in class com.amazon.A3L.messaging.RemoteMessage
-
Gets the message time to live (TTL) in seconds
- getType(Uri) - Method in class com.amazon.A3L.messaging.util.A3LMessagingInitProvider
- getVisibility() - Method in class com.amazon.A3L.messaging.ADM.notification.NotificationParams
- getVisibility() - Method in class com.amazon.A3L.messaging.Notification
All Classes All Packages