StoreSessionResponseData

public class StoreSessionResponseData extends Object
implements Parcelable RequestData

The response data for STORE_SESSION events.

Nested Class Summary

class StoreSessionResponseData.Builder Builder of StoreSessionResponseData

Inherited Constant Summary

Public Method Summary

boolean
equals(Object other)
JSONObject
getCustomData()
Returns the custom data.
SessionState
getSessionState()
Returns the session state.
int
void
writeToParcel(Parcel out, int flags)

Inherited Method Summary

Public Methods

public boolean equals (Object other)

public JSONObject getCustomData ()

Returns the custom data.

public SessionState getSessionState ()

Returns the session state.

public int hashCode ()

public void writeToParcel (Parcel out, int flags)