public static class

AddCustomEventAction.AddCustomEventActionPredicate

extends Object
implements ActionRegistry.Predicate
java.lang.Object
   ↳ com.urbanairship.actions.AddCustomEventAction.AddCustomEventActionPredicate

Class Overview

Default AddCustomEventAction predicate.

Summary

Public Constructors
AddCustomEventActionPredicate()
Public Methods
boolean apply(ActionArguments arguments)
Applies the predicate to the action arguments.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.urbanairship.actions.ActionRegistry.Predicate

Public Constructors

public AddCustomEventActionPredicate ()

Public Methods

public boolean apply (ActionArguments arguments)

Applies the predicate to the action arguments.

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