Package 

Class NotificationSetting

    • Constructor Detail

    • Method Detail

      • build

         static NotificationSetting build(String identifier, String content, long fireDate, int delaySeconds, String deeplink, Map<String, Object> userInfo, String sound, String title)

        Build a NotificationSetting instance used for creating the local notification.

        Parameters:
        identifier - String unique identifier for the local notification
        content - String notification message content
        fireDate - long containing a specific date and time to show the notification, represented as number of seconds since epoch
        delaySeconds - int number of seconds to wait before displaying this local notification
        deeplink - String the link to be opened on notification clickthrough
        userInfo - Map<String, Object> of additional data for the local notification
        sound - String containing a custom sound to play when the notification is shown
        title - (@code String} notification message title