A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
A
- ACTION_STATE_BACKGROUND - enum entry in com.marigold.sdk.enums.NotificationActionState
Notification action will be handled in background without launching the application.
- ACTION_STATE_FOREGROUND - enum entry in com.marigold.sdk.enums.NotificationActionState
Notification action will launch application to foreground.
- ActionTapped - class in com.marigold.sdk.model
- Represents the notification action tapped by the user in SDK callbacks.
- addAction(java.lang.Integer,java.lang.CharSequence,android.content.Intent,androidx.core.app.RemoteInput,java.lang.Integer) - function in com.marigold.sdk.NotificationCategory
- Adds an Action to an action category.
- addAction(java.lang.Integer,java.lang.CharSequence,android.content.Intent,java.lang.Integer) - function in com.marigold.sdk.NotificationCategory
- Adds an Action to an action category.
- addAction(java.lang.String,java.lang.Integer,java.lang.CharSequence,android.content.Intent,androidx.core.app.RemoteInput,java.lang.Integer) - function in com.marigold.sdk.NotificationConfig
- Adds an Action to an action category.
- addAction(java.lang.String,java.lang.Integer,java.lang.CharSequence,android.content.Intent,java.lang.Integer) - function in com.marigold.sdk.NotificationConfig
- Adds an Action to an action category.
- addCategory(com.marigold.sdk.NotificationCategory) - function in com.marigold.sdk.NotificationConfig
- Adds an action category.
- addContentView(android.view.View,android.view.ViewGroup.LayoutParams) - function in android.app.Activity
- addMessageReadListener(com.marigold.sdk.interfaces.MessageReadListener) - function in com.marigold.sdk.MessageStream
- Add a listener to handle when messages are read by the user.
- addNotificationActionTappedListener(com.marigold.sdk.interfaces.NotificationActionTappedListener) - function in com.marigold.sdk.Marigold
- Adds listener to be called when a notification action is tapped.
- addNotificationExtender(androidx.core.app.NotificationCompat.Extender) - function in com.marigold.sdk.NotificationConfig
- Add your own notification extender to customise the look of received notifications <br></br> To customise the appearance or content of a notification, implement as many NotificationCompat.Extenders as you like <br></br> Having access to the NotificationCompat.Builder means you can change pretty much whatever you like about the style and content of the notification.
- addNotificationReceivedListener(com.marigold.sdk.interfaces.NotificationReceivedListener) - function in com.marigold.sdk.Marigold
- Adds listener to be called when a notification is received.
- addNotificationTappedListener(com.marigold.sdk.interfaces.NotificationTappedListener) - function in com.marigold.sdk.Marigold
- Adds listener to be called when a notification is tapped.
- addSuppressed(java.lang.Throwable) - function in kotlin.Throwable
- addTag(java.lang.String) - function in com.marigold.sdk.model.PurchaseItem
- Add a tag to the purchase item.
- addUnreadMessageCountListener(com.marigold.sdk.interfaces.UnreadMessageCountListener) - function in com.marigold.sdk.MessageStream
- Add a listener to handle when the unread message count is updated.
- addVar(java.lang.String,java.lang.Object) - function in com.marigold.sdk.model.Purchase
- Add a custom key value pair to the purchase item.
- addVar(java.lang.String,java.lang.Object) - function in com.marigold.sdk.model.PurchaseItem
- Add a custom key value pair to the purchase item.
- applyOverrideConfiguration(android.content.res.Configuration) - function in android.view.ContextThemeWrapper