CompletionListener

fun fun interface CompletionListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onComplete
Link copied to clipboard
abstract fun onComplete(isFinished: Boolean)
Notifies the action is completed.
toString
Link copied to clipboard
open fun toString(): String