public class EventPacket
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EventPacket.Builder |
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.util.List<Event> |
getEvents() |
long |
getTimestamp() |
static JSONObject |
toJSONObject(EventPacket eventPacket) |
void |
writeToParcel(Parcel dest,
int flags) |
public java.util.List<Event> getEvents()
public long getTimestamp()
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
public static JSONObject toJSONObject(EventPacket eventPacket)