-
public final class NotificationConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernotificationChannelIdprivate final IntegernotificationChannelNameprivate final IntegersmallIconprivate final StringfirebaseMessageIdKeyprivate final StringfirebaseMessageTextKeyprivate final StringfirebaseChannelIdKeyprivate final StringfirebaseChannelTypeKeyprivate final StringfirebaseChannelNameKeyprivate final IntegererrorCaseNotificationTitleprivate final IntegererrorCaseNotificationContentprivate final BooleanuseProvidedFirebaseInstanceprivate final IntegerloadNotificationDataChannelNameprivate final IntegerloadNotificationDataIconprivate final IntegerloadNotificationDataTitleprivate final IntegernotificationGroupSummaryContentTextprivate final IntegererrorNotificationGroupSummaryTitleprivate final IntegererrorNotificationGroupSummaryContentTextprivate final BooleanshouldGroupNotificationsprivate final BooleanpushNotificationsEnabled
-
Constructor Summary
Constructors Constructor Description NotificationConfig(Integer notificationChannelId, Integer notificationChannelName, Integer smallIcon, String firebaseMessageIdKey, String firebaseMessageTextKey, String firebaseChannelIdKey, String firebaseChannelTypeKey, String firebaseChannelNameKey, Integer errorCaseNotificationTitle, Integer errorCaseNotificationContent, Boolean useProvidedFirebaseInstance, Integer loadNotificationDataChannelName, Integer loadNotificationDataIcon, Integer loadNotificationDataTitle, Integer notificationGroupSummaryContentText, Integer errorNotificationGroupSummaryTitle, Integer errorNotificationGroupSummaryContentText, Boolean shouldGroupNotifications, Boolean pushNotificationsEnabled)
-
Method Summary
Modifier and Type Method Description final IntegergetNotificationChannelId()final IntegergetNotificationChannelName()final IntegergetSmallIcon()final StringgetFirebaseMessageIdKey()final StringgetFirebaseMessageTextKey()final StringgetFirebaseChannelIdKey()final StringgetFirebaseChannelTypeKey()final StringgetFirebaseChannelNameKey()final IntegergetErrorCaseNotificationTitle()final IntegergetErrorCaseNotificationContent()final BooleangetUseProvidedFirebaseInstance()final IntegergetLoadNotificationDataChannelName()final IntegergetLoadNotificationDataIcon()final IntegergetLoadNotificationDataTitle()final IntegergetNotificationGroupSummaryContentText()final IntegergetErrorNotificationGroupSummaryTitle()final IntegergetErrorNotificationGroupSummaryContentText()final BooleangetShouldGroupNotifications()final BooleangetPushNotificationsEnabled()-
-
Constructor Detail
-
NotificationConfig
NotificationConfig(Integer notificationChannelId, Integer notificationChannelName, Integer smallIcon, String firebaseMessageIdKey, String firebaseMessageTextKey, String firebaseChannelIdKey, String firebaseChannelTypeKey, String firebaseChannelNameKey, Integer errorCaseNotificationTitle, Integer errorCaseNotificationContent, Boolean useProvidedFirebaseInstance, Integer loadNotificationDataChannelName, Integer loadNotificationDataIcon, Integer loadNotificationDataTitle, Integer notificationGroupSummaryContentText, Integer errorNotificationGroupSummaryTitle, Integer errorNotificationGroupSummaryContentText, Boolean shouldGroupNotifications, Boolean pushNotificationsEnabled)
-
-
Method Detail
-
getNotificationChannelId
final Integer getNotificationChannelId()
-
getNotificationChannelName
final Integer getNotificationChannelName()
-
getSmallIcon
final Integer getSmallIcon()
-
getFirebaseMessageIdKey
final String getFirebaseMessageIdKey()
-
getFirebaseMessageTextKey
final String getFirebaseMessageTextKey()
-
getFirebaseChannelIdKey
final String getFirebaseChannelIdKey()
-
getFirebaseChannelTypeKey
final String getFirebaseChannelTypeKey()
-
getFirebaseChannelNameKey
final String getFirebaseChannelNameKey()
-
getErrorCaseNotificationTitle
final Integer getErrorCaseNotificationTitle()
-
getErrorCaseNotificationContent
final Integer getErrorCaseNotificationContent()
-
getUseProvidedFirebaseInstance
final Boolean getUseProvidedFirebaseInstance()
-
getLoadNotificationDataChannelName
final Integer getLoadNotificationDataChannelName()
-
getLoadNotificationDataIcon
final Integer getLoadNotificationDataIcon()
-
getLoadNotificationDataTitle
final Integer getLoadNotificationDataTitle()
-
getNotificationGroupSummaryContentText
final Integer getNotificationGroupSummaryContentText()
-
getErrorNotificationGroupSummaryTitle
final Integer getErrorNotificationGroupSummaryTitle()
-
getErrorNotificationGroupSummaryContentText
final Integer getErrorNotificationGroupSummaryContentText()
-
getShouldGroupNotifications
final Boolean getShouldGroupNotifications()
-
getPushNotificationsEnabled
final Boolean getPushNotificationsEnabled()
-
-
-
-