public static interface

ActionRegistry.Predicate

com.urbanairship.actions.ActionRegistry.Predicate
Known Indirect Subclasses

Class Overview

ActionArgument predicate

Summary

Public Methods
abstract boolean apply(ActionArguments arguments)
Applies the predicate to the action arguments.

Public Methods

public abstract boolean apply (ActionArguments arguments)

Applies the predicate to the action arguments.

Parameters
arguments The action arguments.
Returns
  • true to accept the arguments, otherwise false.