ApiClientFactory

fun interface ApiClientFactory

Functions

Link copied to clipboard
abstract fun create(    baseUrl: String?,     accessToken: String?,     userId: <ERROR CLASS>?,     clientInfo: <ERROR CLASS>,     deviceInfo: <ERROR CLASS>,     httpClientOptions: <ERROR CLASS>,     socketConnectionFactory: <ERROR CLASS>): <ERROR CLASS>