TytoCareConfig

data class TytoCareConfig(helpUrl: URL?) : Parcelable

Contains various values that are optionally customizable, and are specific to the TytoCare feature. These are only applicable when TytoCare is enabled for your DexCare implementation.

Parameters

helpUrl

An optional help URL that will be displayed to the user inside the TytoCare UI in the waiting room or conference. The url should take them to a web page where they can view more detailed information about TytoCare and how it works.

Constructors

TytoCareConfig
Link copied to clipboard
fun TytoCareConfig(helpUrl: URL? = null)
An optional help URL that will be displayed to the user inside the TytoCare UI in the waiting room or conference.

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

helpUrl
Link copied to clipboard
val helpUrl: URL? = null
An optional help URL that will be displayed to the user inside the TytoCare UI in the waiting room or conference.