C# 클래스 UrbanAirship.NETStandard.Channel.TagEditor

Class used for modifying channel tags.
파일 보기 프로젝트 열기: urbanairship/urbanairship-xamarin

공개 메소드들

메소드 설명
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

메소드 상세

AddTag() 공개 메소드

Add a tag to the device.
public AddTag ( string tag ) : TagEditor
tag string The tag to add.
리턴 TagEditor

AddTags() 공개 메소드

Add tags to the device.
public AddTags ( ICollection tags ) : TagEditor
tags ICollection Tags to add.
리턴 TagEditor

Apply() 공개 메소드

Apply the tag changes.
public Apply ( ) : void
리턴 void

Clear() 공개 메소드

Clear tags before executing add/remove operations.
public Clear ( ) : TagEditor
리턴 TagEditor

RemoveTag() 공개 메소드

Remove a tag from the device
public RemoveTag ( string tag ) : TagEditor
tag string Tag to remove.
리턴 TagEditor

RemoveTags() 공개 메소드

Remove tags from the device.
public RemoveTags ( ICollection tags ) : TagEditor
tags ICollection Tags to remove.
리턴 TagEditor

TagEditor() 공개 메소드

public TagEditor ( Action onApply ) : System
onApply Action
리턴 System