java.lang.Object | |
↳ | com.urbanairship.channel.TagEditor |
Channel tag editor. See AirshipChannel#editTags().
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TagEditor |
addTag(String tag)
Adds a tag.
| ||||||||||
TagEditor |
addTags(Set<String> tags)
Adds tags.
| ||||||||||
void |
apply()
Applies the tag changes.
| ||||||||||
TagEditor |
clear()
Clears all tags.
| ||||||||||
TagEditor |
removeTag(String tag)
Removes a tag.
| ||||||||||
TagEditor |
removeTags(Set<String> tags)
Removes tags.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a tag.
tag | Tag to add. |
---|
Adds tags.
tags | Tags to add. |
---|
Applies the tag changes.
Clears all tags.
Tags will be cleared first during apply, then the other operations will be applied.
Removes a tag.
tag | Tag to remove. |
---|
Removes tags.
tags | Tags to remove. |
---|