ActionCompletionCallback

An interface for callbacks signaling the completion of an com.urbanairship.actions.Action.

Functions

Link copied to clipboard
abstract fun onFinish(@NonNull arguments: ActionArguments, @NonNull result: ActionResult)
Signals completion of the action.