Button

constructor(text: String? = null, icon: PODrawableImage? = null, confirmation: POActionConfirmationConfiguration? = null)

Parameters

text

Button text. Pass null to hide.

icon

Button icon drawable resource. Pass null to use the default icon.

confirmation

Specifies action confirmation configuration (e.g. dialog). Use null to disable, this is a default behaviour.