Companion

object Companion

Functions

Link copied to clipboard
fun withApiKey(    context: Context,     apiKey: String,     endpointConfig: ArView.EndpointConfig,     sslCertFingerprint: String? = null,     ring: Ring? = null): ArView

Creates ArView with the API Key authentication.

Link copied to clipboard
fun withToken(    context: Context,     token: String,     endpointConfig: ArView.EndpointConfig,     sslCertFingerprint: String? = null,     ring: Ring? = null): ArView

Creates ArView with the token authentication.