NudgeLabeling

data class NudgeLabeling(title: String? = null, description: String? = null)

Constructors

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

Functions

Link copied to clipboard
fun setDescription(descriptionProvider: () -> String)
fun setDescription(description: String)
Link copied to clipboard
fun setTitle(titleProvider: () -> String)
fun setTitle(title: String)