Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship.channel
/
TagEditor
Tag
Editor
abstract
class
TagEditor
Channel tag editor. See
editTags
.
Members
Functions
add
Tag
Link copied to clipboard
@
NonNull
open
fun
addTag
(
@
NonNull
tag
:
String
)
:
TagEditor
Adds a tag.
add
Tags
Link copied to clipboard
@
NonNull
open
fun
addTags
(
@
NonNull
tags
:
Set
<
String
>
)
:
TagEditor
Adds tags.
apply
Link copied to clipboard
open
fun
apply
(
)
Applies the tag changes.
clear
Link copied to clipboard
@
NonNull
open
fun
clear
(
)
:
TagEditor
Clears all tags.
remove
Tag
Link copied to clipboard
@
NonNull
open
fun
removeTag
(
@
NonNull
tag
:
String
)
:
TagEditor
Removes a tag.
remove
Tags
Link copied to clipboard
@
NonNull
open
fun
removeTags
(
@
NonNull
tags
:
Set
<
String
>
)
:
TagEditor
Removes tags.