Custom Strings
data class CustomStrings(virtualVisitNetworkDisconnectedHelpPhoneNumber: String?) : Parcelable
Content copied to clipboard
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)
Content copied to clipboard
An optional phone number that can be displayed to the user when there's a disconnect during the Virtual Visit.
Functions
Properties
virtualVisitNetworkDisconnectedHelpPhoneNumber
Link copied to clipboard