public interface

ActionCompletionCallback

com.urbanairship.actions.ActionCompletionCallback

Class Overview

An interface for callbacks signaling the completion of an Action.

Summary

Public Methods
abstract void onFinish(ActionArguments arguments, ActionResult result)
Signals completion of the action.

Public Methods

public abstract void onFinish (ActionArguments arguments, ActionResult result)

Signals completion of the action.

Parameters
arguments The action arguments.
result The result of the action.