Interface NotificationFactory



  • public interface NotificationFactory
    Defines an object that creates display notifications
    • Method Detail

      • create

        Notification create(SystemPushPayload payload)
        Creates an instance of Notification to be displayed on device
        Parameters:
        payload - the SystemPushPayload containing the push payload
        Returns:
        an instance of Notification to be displayed