PreferredSchemeConfiguration
data class PreferredSchemeConfiguration(val title: String? = null, val displayInline: Boolean = true) : Parcelable
Preferred scheme selection configuration.
Parameters
title
Preferred scheme section title. Set null to use a default value or empty string to remove the title.
displayInline
Indicates whether selection field should be displayed inline. Default value is true.