Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship.channel
/
TagGroupsEditor
Tag
Groups
Editor
open
class
TagGroupsEditor
Interface used for modifying tag groups.
Members
Functions
add
Tag
Link copied to clipboard
@
NonNull
open
fun
addTag
(
@
NonNull
tagGroup
:
String
,
@
NonNull
tag
:
String
)
:
TagGroupsEditor
Add a tag to the tag group.
add
Tags
Link copied to clipboard
@
NonNull
open
fun
addTags
(
@
NonNull
tagGroup
:
String
,
@
NonNull
tags
:
Set
<
String
>
)
:
TagGroupsEditor
Add a set of tags to the tag group.
allow
Tag
Group
Change
Link copied to clipboard
protected
open
fun
allowTagGroupChange
(
@
NonNull
tagGroup
:
String
)
:
Boolean
apply
Link copied to clipboard
open
fun
apply
(
)
Apply the tag group changes.
on
Apply
Link copied to clipboard
protected
open
fun
onApply
(
@
NonNull
collapsedMutations
:
List
<
TagGroupsMutation
>
)
remove
Tag
Link copied to clipboard
@
NonNull
open
fun
removeTag
(
@
NonNull
tagGroup
:
String
,
@
NonNull
tag
:
String
)
:
TagGroupsEditor
Remove a tag from the tag group.
remove
Tags
Link copied to clipboard
@
NonNull
open
fun
removeTags
(
@
NonNull
tagGroup
:
String
,
@
NonNull
tags
:
Set
<
String
>
)
:
TagGroupsEditor
Remove a set of tags from the tag group.
set
Tag
Link copied to clipboard
@
NonNull
open
fun
setTag
(
@
NonNull
tagGroup
:
String
,
@
NonNull
tag
:
String
)
:
TagGroupsEditor
Set a tag to the tag group.
set
Tags
Link copied to clipboard
@
NonNull
open
fun
setTags
(
@
NonNull
tagGroup
:
String
,
@
Nullable
tags
:
Set
<
String
>
)
:
TagGroupsEditor
Set a set of tags to the tag group.