Package io.getstream.chat.android
Class TypingIndicators
-
- All Implemented Interfaces:
@Immutable() public final class TypingIndicatorsRepresents the typing indicators settings. If false, the user typing events will not be sent to other users.
-
-
Constructor Summary
Constructors Constructor Description TypingIndicators(Boolean enabled)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()-
-
Constructor Detail
-
TypingIndicators
TypingIndicators(Boolean enabled)
- Parameters:
enabled- Whether typing indicators are enabled or not.
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
-
-
-