public class RichMessageNotificationBuilder
extends java.lang.Object
| Constructor and Description |
|---|
RichMessageNotificationBuilder(android.content.Context context,
RichMessage richMessage,
android.app.PendingIntent pendingIntent,
RichMessagePushUIConfiguration richMessagePushUIConfiguration,
android.graphics.Bitmap avatar)
Rich message notification builder.
|
| Modifier and Type | Method and Description |
|---|---|
android.app.Notification |
build()
Creates Interactive Push system notification.
|
public RichMessageNotificationBuilder(android.content.Context context,
RichMessage richMessage,
android.app.PendingIntent pendingIntent,
RichMessagePushUIConfiguration richMessagePushUIConfiguration,
android.graphics.Bitmap avatar)
context - Application ContextrichMessage - Rich Message data to include into notification.pendingIntent - PendingIntentrichMessagePushUIConfiguration - Description of UI configuration for notification.avatar - Avatar image.