Package com.jwplayer.pub.api.background
Class NotificationHelper.Builder
java.lang.Object
com.jwplayer.pub.api.background.NotificationHelper.Builder
- Enclosing class:
- NotificationHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
channelDescription
(String channelDescription) channelNameDisplayedToUser
(String channelNameDisplayedToUser) iconDrawableResource
(int iconDrawableResource) notificationChannelId
(String notificationChannelId) notificationId
(int notificationId)
-
Field Details
-
mNotificationManager
protected NotificationManager mNotificationManager -
mFactory
protected BGAFactory mFactory -
mIconDrawableResource
protected int mIconDrawableResource -
mNotificationId
protected int mNotificationId -
mNotificationChannelId
-
mChannelNameDisplayedToUser
-
mChannelDescription
-
-
Constructor Details
-
Builder
public Builder(NotificationManager notificationManager) -
Builder
protected Builder(NotificationManager manager, BGAFactory factory)
-
-
Method Details
-
iconDrawableResource
-
notificationId
-
notificationChannelId
-
channelNameDisplayedToUser
-
channelDescription
-
build
-