ActionButtonDescription

class ActionButtonDescription(val view: View, val position: ActionButtonDescription.Position = Position.END)

Metadata describing the custom view and the position to which it should be attached in the ActionButtonBinder.

Parameters

view

a view that will be added to the ActionButtonBinder

position

determines if the custom button should be placed before or after existing controls. Defaults to Position.END.

Constructors

Link copied to clipboard
fun ActionButtonDescription(view: View, position: ActionButtonDescription.Position = Position.END)

Types

Link copied to clipboard
enum Position : Enum<ActionButtonDescription.Position>

An enum that determines placement of the button.

Properties

Link copied to clipboard
val position: ActionButtonDescription.Position
Link copied to clipboard
val view: View