Class NotificationCenterViewBuilder
- java.lang.Object
-
- im.getsocial.sdk.ui.ViewBuilder<NotificationCenterViewBuilder>
-
- im.getsocial.sdk.ui.pushnotifications.NotificationCenterViewBuilder
-
public class NotificationCenterViewBuilder extends ViewBuilder<NotificationCenterViewBuilder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NotificationCenterViewBuilder.NotificationClickListener
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationCenterViewBuilder
create(NotificationsQuery query)
NotificationCenterViewBuilder
setNotificationClickListener(NotificationCenterViewBuilder.NotificationClickListener clickListener)
Sets notification click listener.-
Methods inherited from class im.getsocial.sdk.ui.ViewBuilder
setCustomErrorMessageProvider, setUiActionListener, setViewStateListener, setWindowTitle, show
-
-
-
-
Method Detail
-
create
public static NotificationCenterViewBuilder create(NotificationsQuery query)
-
setNotificationClickListener
public NotificationCenterViewBuilder setNotificationClickListener(NotificationCenterViewBuilder.NotificationClickListener clickListener)
Sets notification click listener.- Parameters:
clickListener
- listener to set.- Returns:
- builder instance.
-
-