-
public final class UserDataClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUserDataClient.Companion
-
Constructor Summary
Constructors Constructor Description UserDataClient(OkHttpClient httpClient, Moshi moshi)
-
Method Summary
Modifier and Type Method Description final StringgetMatchUrl()Override supplied by the backend config response. final UnitsetMatchUrl(String matchUrl)Override supplied by the backend config response. final UserDatafetchUserData(String appId, String appstackId)-
-
Method Detail
-
getMatchUrl
final String getMatchUrl()
Override supplied by the backend config response. When null the SDK uses the default URL.
-
setMatchUrl
final Unit setMatchUrl(String matchUrl)
Override supplied by the backend config response. When null the SDK uses the default URL.
-
fetchUserData
final UserData fetchUserData(String appId, String appstackId)
-
-
-
-