CompletionListener

fun interface CompletionListener

A listener that's notified when the action is completed.

Functions

onComplete
Link copied to clipboard
abstract fun onComplete(isFinished: Boolean)

Notifies the action is completed.