Class NotificationMutesUpdatedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasOwnUser
public final class NotificationMutesUpdatedEvent extends ChatEvent implements HasOwnUser
Triggered when the user mutes are updated
-
-
Constructor Summary
Constructors Constructor Description NotificationMutesUpdatedEvent(String type, Date createdAt, String rawCreatedAt, User me)
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()UsergetMe()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getMe
User getMe()
-
-
-
-