Package-level declarations

Types

Link copied to clipboard
data class GetConfigResponse(    val appview: GetConfigServiceConfig? = null,     val pds: GetConfigServiceConfig? = null,     val blobDivert: GetConfigServiceConfig? = null,     val chat: GetConfigServiceConfig? = null,     val viewer: GetConfigViewerConfig? = null)
Link copied to clipboard
data class GetConfigServiceConfig(val url: Uri? = null)
Link copied to clipboard
data class GetConfigViewerConfig(val role: String? = null)