C# Class UrbanAirship.NETStandard.Channel.TagEditor

Class used for modifying channel tags.
Afficher le fichier Open project: urbanairship/urbanairship-xamarin

Méthodes publiques

Méthode Description
AddTag ( string tag ) : TagEditor

Add a tag to the device.

AddTags ( ICollection tags ) : TagEditor

Add tags to the device.

Apply ( ) : void

Apply the tag changes.

Clear ( ) : TagEditor

Clear tags before executing add/remove operations.

RemoveTag ( string tag ) : TagEditor

Remove a tag from the device

RemoveTags ( ICollection tags ) : TagEditor

Remove tags from the device.

TagEditor ( Action onApply ) : System

Method Details

AddTag() public méthode

Add a tag to the device.
public AddTag ( string tag ) : TagEditor
tag string The tag to add.
Résultat TagEditor

AddTags() public méthode

Add tags to the device.
public AddTags ( ICollection tags ) : TagEditor
tags ICollection Tags to add.
Résultat TagEditor

Apply() public méthode

Apply the tag changes.
public Apply ( ) : void
Résultat void

Clear() public méthode

Clear tags before executing add/remove operations.
public Clear ( ) : TagEditor
Résultat TagEditor

RemoveTag() public méthode

Remove a tag from the device
public RemoveTag ( string tag ) : TagEditor
tag string Tag to remove.
Résultat TagEditor

RemoveTags() public méthode

Remove tags from the device.
public RemoveTags ( ICollection tags ) : TagEditor
tags ICollection Tags to remove.
Résultat TagEditor

TagEditor() public méthode

public TagEditor ( Action onApply ) : System
onApply Action
Résultat System