CustomStrings

data class CustomStrings(virtualVisitNetworkDisconnectedHelpPhoneNumber: String?) : Parcelable

Contains various strings that are optionally customizable by the implementing app.

Parameters

virtualVisitNetworkDisconnectedHelpPhoneNumber

An optional phone number that can be displayed to the user when there's a disconnect during the Virtual Visit.

Constructors

CustomStrings
Link copied to clipboard
fun CustomStrings(virtualVisitNetworkDisconnectedHelpPhoneNumber: String? = null)
An optional phone number that can be displayed to the user when there's a disconnect during the Virtual Visit.

Functions

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

Properties

val virtualVisitNetworkDisconnectedHelpPhoneNumber: String? = null
An optional phone number that can be displayed to the user when there's a disconnect during the Virtual Visit.