| Package | Description |
|---|---|
| org.kitteh.irc.client.library.defaults.element.messagetag |
Default message tag implementations.
|
| org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
| Modifier and Type | Method and Description |
|---|---|
MessageTag.Typing.State |
DefaultMessageTagTyping.getState() |
| Modifier and Type | Method and Description |
|---|---|
@NonNull MessageTag.Typing.State |
MessageTag.Typing.getState()
Gets the typing state.
|
static MessageTag.Typing.State |
MessageTag.Typing.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageTag.Typing.State[] |
MessageTag.Typing.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2021 Kitteh. All rights reserved.