CloudMessage.MessagePriority

  • CloudMessage.MessagePriority is an abstract annotation used to define the priority of a message.

  • It inherits standard methods from the java.lang.annotation.Annotation interface, such as annotationType(), equals(), hashCode(), and toString().

public static abstract @interface CloudMessage.MessagePriority implements Annotation

Priority of the message

Inherited Method Summary