ActionButtonDescription
class ActionButtonDescription(val view: View, val position: ActionButtonDescription.Position = Position.END)
Content copied to clipboard
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)
Content copied to clipboard