UserStatusChange

class UserStatusChange(val action: String, val timestamp: Long?)

Contains information about the change of user status.

Constructors

Link copied to clipboard
constructor(action: String, timestamp: Long?)

Properties

Link copied to clipboard

Timestamp of the change

Link copied to clipboard

User status change action, which can be "login" or "logout".