Package io.rong.imlib

Annotation MessageTag

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Target(value = ElementType.TYPE)@Retention(value = RetentionPolicy.RUNTIME) 
    public @interface MessageTag
    
                        

    /~english

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int NONE
      public final static int ISPERSISTED
      public final static int ISCOUNTED
      public final static int STATUS
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String value() /~english
      abstract int flag() /~english
      abstract Class<out MessageHandler> messageHandler()
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • value

         abstract String value()

        /~english

      • flag

         abstract int flag()

        /~english