PreferencesAPI

class PreferencesAPI

Extensions

getAppPreferences
Link copied to clipboard
fun UserAPI.PreferencesAPI.getAppPreferences(clientId: String? = null, readTimeout: Long? = null): Call<Map<String, Any>>
updateAppPreferences
Link copied to clipboard
fun UserAPI.PreferencesAPI.updateAppPreferences(clientId: String? = null, body: Map<String, Any>, readTimeout: Long? = null): Call<Void>