public class NotificationCenterViewBuilder extends ViewBuilder<NotificationCenterViewBuilder>
Modifier and Type | Class and Description |
---|---|
static interface |
NotificationCenterViewBuilder.ActionButtonClickListener |
static interface |
NotificationCenterViewBuilder.NotificationClickListener |
Modifier and Type | Method and Description |
---|---|
static NotificationCenterViewBuilder |
create(NotificationsQuery query) |
NotificationCenterViewBuilder |
setActionButtonClickListener(NotificationCenterViewBuilder.ActionButtonClickListener clickListener)
Sets notification action button click listener.
|
NotificationCenterViewBuilder |
setNotificationClickListener(NotificationCenterViewBuilder.NotificationClickListener clickListener)
Sets notification click listener.
|
setUiActionListener, setViewStateListener, setWindowTitle, show
public static NotificationCenterViewBuilder create(NotificationsQuery query)
public NotificationCenterViewBuilder setNotificationClickListener(NotificationCenterViewBuilder.NotificationClickListener clickListener)
clickListener
- listener to set.public NotificationCenterViewBuilder setActionButtonClickListener(NotificationCenterViewBuilder.ActionButtonClickListener clickListener)
clickListener
- listener to set.(c) Copyright GetSocial BV, 2020. All Rights Reserved.