ResendOptions

data class ResendOptions(    val interval: Int,     val message: String,     val button: Item.ContactManagement.LabeledButton,     val onSuccess: Item.ContactManagement.ActionableMessage?)

Constructors

Link copied to clipboard
constructor(    interval: Int,     message: String,     button: Item.ContactManagement.LabeledButton,     onSuccess: Item.ContactManagement.ActionableMessage?)

Properties

Link copied to clipboard
Link copied to clipboard

Seconds to wait before refreshing channel opt-in state.

Link copied to clipboard

Functions

Link copied to clipboard