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 the default value or set an empty string to remove the title.
displayInline
Indicates whether selection field should be displayed inline. Default value is true.