Page Summary
-
MediaResumeSessionRequestData is a data structure for a resume session request.
-
It includes methods to get custom data and the session state.
-
It also implements Parcelable and RequestData interfaces.
The data structure for a resume session request.
Inherited Constant Summary
Public Method Summary
| boolean | |
| JSONObject |
getCustomData()
Returns the custom data.
|
| SessionState |
getSessionState()
Returns the session state of the resume session request.
|
| 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 of the resume session request.