ReactionsConfig

data class ReactionsConfig(reactions: Collection<Reaction>, @Px() reactionSize: Int, @Px() horizontalMargin: Int, @Px() verticalMargin: Int, popupGravity: PopupGravity, popupMargin: Int, popupCornerRadius: Int, popupColor: Int, popupAlphaValue: Int, reactionTextProvider: ReactionTextProvider, textBackground: Drawable, textColor: Int, textHorizontalPadding: Int, textVerticalPadding: Int, textSize: Float, typeface: Typeface?)

Properties

horizontalMargin
Link copied to clipboard
val horizontalMargin: Int
popupAlphaValue
Link copied to clipboard
val popupAlphaValue: Int
popupColor
Link copied to clipboard
val popupColor: Int
popupCornerRadius
Link copied to clipboard
val popupCornerRadius: Int
popupGravity
Link copied to clipboard
val popupGravity: PopupGravity
Horizontal gravity compare to parent view or screen
popupMargin
Link copied to clipboard
val popupMargin: Int
Margin between dialog and screen border used by PopupGravity screen related values.
reactions
Link copied to clipboard
val reactions: Collection<Reaction>
reactionSize
Link copied to clipboard
val reactionSize: Int
reactionTextProvider
Link copied to clipboard
val reactionTextProvider: ReactionTextProvider
textBackground
Link copied to clipboard
val textBackground: Drawable
textColor
Link copied to clipboard
val textColor: Int
textHorizontalPadding
Link copied to clipboard
val textHorizontalPadding: Int
textSize
Link copied to clipboard
val textSize: Float
textVerticalPadding
Link copied to clipboard
val textVerticalPadding: Int
typeface
Link copied to clipboard
val typeface: Typeface?
verticalMargin
Link copied to clipboard
val verticalMargin: Int