Package 

Class UserDataClient

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private volatile String matchUrl
    • Constructor Summary

      Constructors 
      Constructor Description
      UserDataClient(OkHttpClient httpClient, Moshi moshi)
    • Method Summary

      Modifier and Type Method Description
      final String getMatchUrl() Override supplied by the backend config response.
      final Unit setMatchUrl(String matchUrl) Override supplied by the backend config response.
      final UserData fetchUserData(String appId, String appstackId)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserDataClient

        UserDataClient(OkHttpClient httpClient, Moshi moshi)