Action Config
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)