Class NotificationHelper.Builder

java.lang.Object
com.jwplayer.pub.api.background.NotificationHelper.Builder
Enclosing class:
NotificationHelper

public static class NotificationHelper.Builder extends Object
  • Field Details

    • mNotificationManager

      protected NotificationManager mNotificationManager
    • mFactory

      protected BGAFactory mFactory
    • mIconDrawableResource

      protected int mIconDrawableResource
    • mNotificationId

      protected int mNotificationId
    • mNotificationChannelId

      protected String mNotificationChannelId
    • mChannelNameDisplayedToUser

      protected String mChannelNameDisplayedToUser
    • mChannelDescription

      protected String mChannelDescription
  • Constructor Details

    • Builder

      public Builder(NotificationManager notificationManager)
    • Builder

      protected Builder(NotificationManager manager, BGAFactory factory)
  • Method Details