Uses of Class
org.jivesoftware.smack.packet.Message.Type
-
Packages that use Message.Type Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol. -
-
Uses of Message.Type in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return Message.Type Modifier and Type Method Description static Message.TypeMessage.Type. fromString(String string)Converts a String into the corresponding types.Message.TypeMessage. getType()Message.TypeMessageBuilder. getType()Message.TypeMessageView. getType()Returns the type of the message.static Message.TypeMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.Type[]Message.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.packet with parameters of type Message.Type Modifier and Type Method Description MessageBuilderMessageBuilder. ofType(Message.Type type)voidMessage. setType(Message.Type type)Deprecated.useStanzaBuilderinstead.Constructors in org.jivesoftware.smack.packet with parameters of type Message.Type Constructor Description Message(Jid to, Message.Type type)Deprecated.useStanzaBuilder, preferable viaStanzaFactory, instead.
-