PollFeatureConfig

data class PollFeatureConfig(val configurable: Boolean, val defaultValue: Boolean) : Parcelable

Configuration for individual poll entry feature.

Parameters

configurable

Indicates whether the poll entry is configurable. When false, the UI element is hidden.

defaultValue

Indicates the default value of the poll entry.

Constructors

Link copied to clipboard
constructor(configurable: Boolean, defaultValue: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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