DefaultFloatingButtonMargins

data class DefaultFloatingButtonMargins(val start: Int = 12, val top: Int = 12, val end: Int = 12, val bottom: Int = 12)

Margin wrapper object for the Conversation SDK Default Floating Button.

Parameters

start

Start margin in pixels.

top

Top margin in pixels.

end

End margin in pixels.

bottom

Bottom margin in pixels.

Constructors

Link copied to clipboard
constructor(start: Int = 12, top: Int = 12, end: Int = 12, bottom: Int = 12)

Properties

Link copied to clipboard
val bottom: Int = 12
Link copied to clipboard
val end: Int = 12
Link copied to clipboard
val start: Int = 12
Link copied to clipboard
val top: Int = 12