java.lang.Object | |||
↳ | com.urbanairship.actions.Action | ||
↳ | com.urbanairship.actions.tags.BaseTagsAction | ||
↳ | com.urbanairship.actions.tags.RemoveTagsAction |
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_RECEIVEDConstants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default registry name
Default registry short name
Performs the action.
arguments | The action arguments. |
---|