Class NotificationConfig

  • All Implemented Interfaces:

    
    public final class NotificationConfig
    
                        

    Push notifications configuration class

    • Constructor Detail

      • NotificationConfig

        NotificationConfig(Boolean pushNotificationsEnabled, List<PushDeviceGenerator> pushDeviceGenerators, Function0<Boolean> shouldShowNotificationOnPush, Function0<Boolean> requestPermissionOnAppLaunch)
      • NotificationConfig

        NotificationConfig(Boolean pushNotificationsEnabled, List<PushDeviceGenerator> pushDeviceGenerators, Function0<Boolean> shouldShowNotificationOnPush)
      • NotificationConfig

        NotificationConfig(Boolean pushNotificationsEnabled, List<PushDeviceGenerator> pushDeviceGenerators)
      • NotificationConfig

        NotificationConfig(Boolean pushNotificationsEnabled)
      • NotificationConfig

        NotificationConfig()