Package io.nutrient.data.models
Class InitializationRequest
-
- All Implemented Interfaces:
@Serializable() public final class InitializationRequest
-
-
Method Summary
Modifier and Type Method Description final String
getRequestId()
final String
getUserId()
final String
getSessionId()
final Array<String>
getClientFeatures()
final JSONObject
toJsonObject()
-
-
Method Detail
-
getRequestId
final String getRequestId()
-
getSessionId
final String getSessionId()
-
getClientFeatures
final Array<String> getClientFeatures()
-
toJsonObject
final JSONObject toJsonObject()
-
-
-
-