public class LobbyEvent extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
String | 
eventType
The type of event that was triggered 
 | 
String | 
summonerId
The summonerId that triggered the event (Encrypted) 
 | 
String | 
timestamp
Timestamp from the event 
 | 
| Constructor and Description | 
|---|
LobbyEvent(String eventType,
          String summonerId,
          String timestamp)  | 
Copyright © 2019. All rights reserved.