Package-level declarations
Types
Link copied to clipboard
data class ActionConfig(var text: String? = null, var backgroundColor: Int? = null, var textColor: Int? = null, var onActionListener: PeekActionListener? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class TextConfig(var content: String? = null, var size: Float? = null, var color: Int? = null, var typeface: Typeface? = null)