Package io.getstream.chat.android
Class ReadReceipts
-
- All Implemented Interfaces:
@Immutable() public final class ReadReceiptsRepresents the read receipts settings. If false, the user read events will not be sent to other users, along with the user's read state.
-
-
Constructor Summary
Constructors Constructor Description ReadReceipts(Boolean enabled)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()-
-
Constructor Detail
-
ReadReceipts
ReadReceipts(Boolean enabled)
- Parameters:
enabled- Whether read receipts are enabled or not.
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
-
-
-