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.

Constructors

Link copied to clipboard
constructor(title: String? = null, displayInline: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
val title: String? = null

Functions

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