CustomizationOptions

fun CustomizationOptions(customStrings: CustomStrings? = null, tytoCareConfig: TytoCareConfig? = null, virtualConfig: VirtualConfig? = null, validateEmails: Boolean = true)

Parameters

customStrings

A container for various Strings that could be displayed to the user.

tytoCareConfig

A container for various TytoCare feature-specific customization options. Only relevant when TytoCare integration is enabled for your implementation.

virtualConfig

A container for various Virtual Visit-related configs. When not specified, the VirtualConfig's default values are used.

validateEmails

Whether or not the SDK should validate emails with the Regex found at org.dexcare.util.EmailValidator. Note that the email validation in the SDK is stricter than normal email validation. Defaults to true.