Reactions Config Builder
Functions
build
Link copied to clipboard
withHorizontalMargin
Link copied to clipboard
withPopupAlpha
Link copied to clipboard
withPopupColor
Link copied to clipboard
withPopupCornerRadius
Link copied to clipboard
fun withPopupCornerRadius(popupCornerRadius: Int): ReactionsConfigBuilder
Content copied to clipboard
withPopupGravity
Link copied to clipboard
withPopupMargin
Link copied to clipboard
withReactions
Link copied to clipboard
fun withReactions(reactions: Collection<Reaction>): ReactionsConfigBuilder
Content copied to clipboard
@JvmOverloads()
Content copied to clipboard
withReactionSize
Link copied to clipboard
withReactionTexts
Link copied to clipboard
fun withReactionTexts(reactionTextProvider: ReactionTextProvider): ReactionsConfigBuilder
Content copied to clipboard
withTextBackground
Link copied to clipboard
withTextColor
Link copied to clipboard
withTextHorizontalPadding
Link copied to clipboard
fun withTextHorizontalPadding(textHorizontalPadding: Int): ReactionsConfigBuilder
Content copied to clipboard
withTextSize
Link copied to clipboard
withTextVerticalPadding
Link copied to clipboard
fun withTextVerticalPadding(textVerticalPadding: Int): ReactionsConfigBuilder
Content copied to clipboard
withTypeface
Link copied to clipboard
withVerticalMargin
Link copied to clipboard
Properties
customTypeface
Link copied to clipboard
horizontalMargin
Link copied to clipboard
popupAlpha
Link copied to clipboard
popupColor
Link copied to clipboard
popupCornerRadius
Link copied to clipboard
popupGravity
Link copied to clipboard
popupMargin
Link copied to clipboard
reactions
Link copied to clipboard
reactionsIds
Link copied to clipboard
reactionSize
Link copied to clipboard
reactionTextProvider
Link copied to clipboard
reactionTexts
Link copied to clipboard
textBackground
Link copied to clipboard
textHorizontalPadding
Link copied to clipboard
textVerticalPadding
Link copied to clipboard
verticalMargin
Link copied to clipboard
Extensions
reactions
Link copied to clipboard
fun ReactionsConfigBuilder.reactions(scaleType: ImageView.ScaleType = ImageView.ScaleType.FIT_CENTER, config: ReactionsConfiguration.() -> Unit)
Content copied to clipboard