Uses of Enum Class
dev.onvoid.webrtc.examples.web.model.MessageType
Packages that use MessageType
-
Uses of MessageType in dev.onvoid.webrtc.examples.web.model
Methods in dev.onvoid.webrtc.examples.web.model that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.fromString(String text) Finds and returns the message type enum constant that matches the given string.static MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.