ActionConfig

data class ActionConfig(var text: String? = null, var backgroundColor: Int? = null, var textColor: Int? = null, var onActionListener: PeekActionListener? = null)

Constructors

Link copied to clipboard
constructor(text: String? = null, backgroundColor: Int? = null, textColor: Int? = null, onActionListener: PeekActionListener? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var text: String?
Link copied to clipboard