-
public interface BuildableRootView.OnActionListenerInterface for handling actions
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCloseAction()Called when the close button is clicked or the auto dismiss countdown is finished abstract UnitonCTAAction(String id, String type, CTA cta)Called when a CTA is clicked abstract UnitonErrorAction(MessagingError cause)Called when the image download fails. -
-
Method Detail
-
onCloseAction
abstract Unit onCloseAction()
Called when the close button is clicked or the auto dismiss countdown is finished
-
onCTAAction
abstract Unit onCTAAction(String id, String type, CTA cta)
Called when a CTA is clicked
-
onErrorAction
abstract Unit onErrorAction(MessagingError cause)
Called when the image download fails.
-
-
-
-