CancelButton

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

Parameters

text

Button text. Pass null to use default text.

icon

Button icon drawable resource. Pass null to hide.

confirmation

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