Package org.matrix.android.sdk.api.session.integrationmanager

Types

Link copied to clipboard
data class IntegrationManagerConfig(    val uiUrl: String,     val restUrl: String,     val kind: IntegrationManagerConfig.Kind)

This class holds configuration of integration manager.

Link copied to clipboard
interface IntegrationManagerService

This is the entry point to manage integration. You can grab an instance of this service through an active session.