public static final class Notification.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Notification.Builder |
addActionButton(ActionButton actionButton) |
Notification.Builder |
addActionButtons(java.util.List<ActionButton> actionButtons) |
Notification |
build() |
Notification.Builder |
withAction(Action action) |
Notification.Builder |
withActionType(int actionType)
Deprecated.
Use
withAction(Action) . |
Notification.Builder |
withCreatedAt(long createdAt) |
Notification.Builder |
withImageUrl(java.lang.String imageUrl) |
Notification.Builder |
withNotificationCustomization(NotificationCustomization customization) |
Notification.Builder |
withSender(UserReference sender) |
Notification.Builder |
withStatus(java.lang.String status) |
Notification.Builder |
withText(java.lang.String text) |
Notification.Builder |
withTitle(java.lang.String title) |
Notification.Builder |
withType(java.lang.String type) |
Notification.Builder |
withVideoUrl(java.lang.String videoUrl) |
public Notification.Builder withStatus(java.lang.String status)
public Notification.Builder withType(java.lang.String type)
public Notification.Builder withCreatedAt(long createdAt)
public Notification.Builder withTitle(java.lang.String title)
public Notification.Builder withText(java.lang.String text)
public Notification.Builder withAction(Action action)
@Deprecated public Notification.Builder withActionType(int actionType)
withAction(Action)
.public Notification.Builder addActionButtons(java.util.List<ActionButton> actionButtons)
public Notification.Builder addActionButton(ActionButton actionButton)
public Notification.Builder withImageUrl(java.lang.String imageUrl)
public Notification.Builder withVideoUrl(java.lang.String videoUrl)
public Notification.Builder withSender(UserReference sender)
public Notification.Builder withNotificationCustomization(NotificationCustomization customization)
public Notification build()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.