public class

RemoveTagsAction

extends BaseTagsAction
java.lang.Object
   ↳ com.urbanairship.actions.Action
     ↳ com.urbanairship.actions.tags.BaseTagsAction
       ↳ com.urbanairship.actions.tags.RemoveTagsAction

Class Overview

An action that removes tags.

Accepted situations: all

Accepted argument value types: String for a single tag or Collection of Strings for multiple tags.

Result value: null

Default Registration Names: ^-t, remove_tags_action

Default Registration Predicate: Rejects Situation.PUSH_RECEIVED

Summary

Constants
String DEFAULT_REGISTRY_NAME Default registry name
String DEFAULT_REGISTRY_SHORT_NAME Default registry short name
Public Constructors
RemoveTagsAction()
Public Methods
ActionResult perform(ActionArguments arguments)
Performs the action.
[Expand]
Inherited Methods
From class com.urbanairship.actions.tags.BaseTagsAction
From class com.urbanairship.actions.Action
From class java.lang.Object

Constants

public static final String DEFAULT_REGISTRY_NAME

Default registry name

Constant Value: "remove_tags_action"

public static final String DEFAULT_REGISTRY_SHORT_NAME

Default registry short name

Constant Value: "^-t"

Public Constructors

public RemoveTagsAction ()

Public Methods

public ActionResult perform (ActionArguments arguments)

Performs the action.

Parameters
arguments The action arguments.
Returns
  • The result of the action.