Feature

@Serializable
data class Feature(val title: String, val content: String? = null, val iconID: String? = null)

An item to be showcased in a paywall.

Constructors

Link copied to clipboard
constructor(title: String, content: String? = null, iconID: String? = null)

Properties

Link copied to clipboard
val content: String? = null

An optional description of the feature.

Link copied to clipboard
val iconID: String? = null

An optional icon for the feature. This must be an icon identifier known by RevenueCatUI.

Link copied to clipboard

The title of the feature.