Class Notifier


  • public final class Notifier
    extends java.lang.Object
    Static utility class to broadcast notifications to the notification receiver.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isMessageSerilaizable​(Message message)  
      static void notify​(android.content.Context context, java.lang.String conversationId, MessageDto entity)  
      • Methods inherited from class java.lang.Object

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

      • notify

        public static void notify​(android.content.Context context,
                                  java.lang.String conversationId,
                                  MessageDto entity)
      • isMessageSerilaizable

        public static boolean isMessageSerilaizable​(Message message)