Class ConnectedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasOwnUser
public final class ConnectedEvent extends ChatEvent implements HasOwnUser
Triggered when a user gets connected to the WS
-
-
Constructor Summary
Constructors Constructor Description ConnectedEvent(String type, Date createdAt, String rawCreatedAt, User me, String connectionId)
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()UsergetMe()final StringgetConnectionId()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getMe
User getMe()
-
getConnectionId
final String getConnectionId()
-
-
-
-