public static class

RemoveTagsAction.RemoveTagsPredicate

extends Object
implements ActionRegistry.Predicate
java.lang.Object
   ↳ com.urbanairship.actions.tags.RemoveTagsAction.RemoveTagsPredicate

Class Overview

Default RemoveTagsAction.RemoveTagsPredicate predicate.

Summary

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

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.