public class NotificationController
extends java.lang.Object
Constructor and Description |
---|
NotificationController() |
Modifier and Type | Method and Description |
---|---|
static void |
triggerNotification(android.content.Context context,
java.lang.String conversationId,
Message message)
Triggers a BrandMessenger notification, which will open intent from resource BrandMessenger_settings_notificationIntent on tap.
|
public static void triggerNotification(android.content.Context context, java.lang.String conversationId, Message message)
context
- The context from which to trigger the notificationmessage
- The message from which to trigger the notification