OnCancellableActionCallback

interface OnCancellableActionCallback

Generic callback for cancelable operations.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onCancelled()

Callback method called when an action was canceled.

Link copied to clipboard
abstract fun onComplete()

Callback method called when an action finishes.