Package io.github.ma1uta.matrix.event
Class Tag
- java.lang.Object
-
- io.github.ma1uta.matrix.event.Event<TagContent>
-
- io.github.ma1uta.matrix.event.Tag
-
public class Tag extends Event<TagContent>
Informs the client of tags on a room.
-
-
Constructor Summary
Constructors Constructor Description Tag()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
Informs the client of tags on a room.- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
Description copied from class:Event
Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.- Specified by:
getType
in classEvent<TagContent>
- Returns:
- The type of the event.
-
-