StoreSessionRequestData

  • StoreSessionRequestData is used for storing session state for stream transfer and implements Parcelable and RequestData interfaces.

  • It includes a public method getCustomData() which returns custom data as a JSONObject.

  • The class also includes a public method writeToParcel(Parcel out, int flags) for writing the object's data to a Parcel.

public class StoreSessionRequestData extends Object
implements Parcelable RequestData

Request data for storing session state for stream transfer.

Inherited Constant Summary

Public Method Summary

JSONObject
getCustomData()
Returns the custom data.
void
writeToParcel(Parcel out, int flags)

Inherited Method Summary

Public Methods

public JSONObject getCustomData ()

Returns the custom data.

public void writeToParcel (Parcel out, int flags)