Editor for Channel and Named User tags.
More...
Editor for Channel and Named User tags.
◆ AddTag()
TagEditor AirshipDotNet.Channel.TagEditor.AddTag |
( |
string | tag | ) |
|
|
inline |
Add a tag to the device.
- Returns
- The tag editor.
- Parameters
-
◆ AddTags()
TagEditor AirshipDotNet.Channel.TagEditor.AddTags |
( |
ICollection< string > | tags | ) |
|
|
inline |
Add tags to the device.
- Returns
- The tag editor.
- Parameters
-
◆ Apply()
void AirshipDotNet.Channel.TagEditor.Apply |
( |
| ) |
|
|
inline |
◆ Clear()
TagEditor AirshipDotNet.Channel.TagEditor.Clear |
( |
| ) |
|
|
inline |
Clear tags before executing add/remove operations.
- Returns
- The tag editor.
◆ RemoveTag()
TagEditor AirshipDotNet.Channel.TagEditor.RemoveTag |
( |
string | tag | ) |
|
|
inline |
Remove a tag from the device.
- Returns
- The tag editor.
- Parameters
-
◆ RemoveTags()
TagEditor AirshipDotNet.Channel.TagEditor.RemoveTags |
( |
ICollection< string > | tags | ) |
|
|
inline |
Remove tags from the device.
- Returns
- The tag editor.
- Parameters
-