Callback

interface Callback

This listener interface needs to be implemented by any class that wishes to handle new page creation event.

Functions

Link copied to clipboard
abstract fun onDialogCancelled()
Called when the user cancelled the dialog.
Link copied to clipboard
abstract fun onDialogConfirmed(@NonNull newPage: NewPage)
Called when the user confirmed the dialog.