Preferences API
class PreferencesAPI
Content copied to clipboard
Extensions
get App Preferences
Link copied to clipboard
fun UserAPI.PreferencesAPI.getAppPreferences(clientId: String? = null, readTimeout: Long? = null): Call<Map<String, Any>>
Content copied to clipboard
update App Preferences
Link copied to clipboard
fun UserAPI.PreferencesAPI.updateAppPreferences(clientId: String? = null, body: Map<String, Any>, readTimeout: Long? = null): Call<Void>
Content copied to clipboard