java.lang.Object | |||
↳ | com.urbanairship.actions.Action | ||
↳ | com.urbanairship.actions.tags.BaseTagsAction | ||
↳ | com.urbanairship.actions.tags.AddTagsAction |
An action that adds 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, add_tags_action
Default Registration Predicate: Rejects Situation.PUSH_RECEIVED
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_REGISTRY_NAME | Default registry name | |||||||||
String | DEFAULT_REGISTRY_SHORT_NAME | Default registry short name |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AddTagsAction() |
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. |
---|