Class PushServiceConfig
-
- All Implemented Interfaces:
public final class PushServiceConfig
Push config for notification channel and notification style
-
-
Field Summary
Fields Modifier and Type Field Description private final NotificationChannelConfig
notificationChannel
private final NotificationConfig
notificationConfig
-
Constructor Summary
Constructors Constructor Description PushServiceConfig(NotificationChannelConfig notificationChannel, NotificationConfig notificationConfig)
-
Method Summary
Modifier and Type Method Description final NotificationChannelConfig
getNotificationChannel()
final NotificationConfig
getNotificationConfig()
-
-
Constructor Detail
-
PushServiceConfig
PushServiceConfig(NotificationChannelConfig notificationChannel, NotificationConfig notificationConfig)
-
-
Method Detail
-
getNotificationChannel
final NotificationChannelConfig getNotificationChannel()
-
getNotificationConfig
final NotificationConfig getNotificationConfig()
-
-
-
-