public class ChatMessageNotificationBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ChatMessageNotificationBuilder(android.content.Context context,
CommonMessage chatMessage,
android.app.PendingIntent pendingIntent,
ChatMessagePushUIConfiguration chatMessagePushUIConfiguration,
android.graphics.Bitmap avatar)
chat message notification builder.
|
| Modifier and Type | Method and Description |
|---|---|
android.app.Notification |
build()
Creates Interactive Push system notification.
|
public ChatMessageNotificationBuilder(android.content.Context context,
CommonMessage chatMessage,
android.app.PendingIntent pendingIntent,
ChatMessagePushUIConfiguration chatMessagePushUIConfiguration,
android.graphics.Bitmap avatar)
context - Application ContextchatMessage - chat Message data to include into notification.pendingIntent - PendingIntentchatMessagePushUIConfiguration - Description of UI configuration for notification.avatar - Avatar image.