AI-generated Key Takeaways
-
StoreSessionResponseData is the response data for
STORE_SESSIONevents and implements the Parcelable and RequestData interfaces. -
It includes a nested Builder class for creating instances.
-
Key public methods allow access to custom data and session state.
-
It inherits methods for object equality, hashing, and Parcelable operations.
The response data for STORE_SESSION events.
Nested Class Summary
| class | StoreSessionResponseData.Builder | Builder of
StoreSessionResponseData. |
|
Inherited Constant Summary
Public Method Summary
| boolean | |
| JSONObject |
getCustomData()
Returns the custom data.
|
| SessionState |
getSessionState()
Returns the session state.
|
| int |
hashCode()
|
| 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.