Package 

Interface INotificationParser


  • 
    public interface INotificationParser<T>
    
                        

    Generic Interface to parse different types of notification messages

    • Method Summary

      Modifier and Type Method Description
      abstract Bundle toBundle(@NonNull() T message) Parses notification message to Bundle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toBundle

         abstract Bundle toBundle(@NonNull() T message)

        Parses notification message to Bundle

        Parameters:
        message - notification message received from cloud messaging provider like firebase.