-
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 BooleanuseProvidedFirebaseInstance
-
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)
-
Method Summary
-
-
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)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final String component7()
-
component8
final String component8()
-
component9
final Integer component9()
-
component10
final Integer component10()
-
component11
final Boolean component11()
-
copy
final NotificationConfig copy(Integer notificationChannelId, Integer notificationChannelName, Integer smallIcon, String firebaseMessageIdKey, String firebaseMessageTextKey, String firebaseChannelIdKey, String firebaseChannelTypeKey, String firebaseChannelNameKey, Integer errorCaseNotificationTitle, Integer errorCaseNotificationContent, Boolean useProvidedFirebaseInstance)
-
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()
-
-
-
-