public static class

SetAttributesAction.SetAttributesPredicate

extends Object
implements ActionRegistry.Predicate
java.lang.Object
   ↳ com.urbanairship.actions.SetAttributesAction.SetAttributesPredicate

Class Overview

Default SetAttributesAction.SetAttributesPredicate predicate.

Summary

Public Constructors
SetAttributesPredicate()
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 SetAttributesPredicate ()

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.