public static class

AddTagsAction.AddTagsPredicate

extends Object
implements ActionRegistry.Predicate
java.lang.Object
   ↳ com.urbanairship.actions.tags.AddTagsAction.AddTagsPredicate

Class Overview

Default AddTagsAction predicate.

Summary

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

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.