CancelButton

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

Parameters

text

Button text. Set null to use the default text.

icon

Button icon drawable resource. Set null to hide.

confirmation

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