public static void AddTag(string tag, string group)
{
TagGroupsEditor tagGroupsEditor = new TagGroupsEditor(TagGroupsEditorAddTagOnApply);
tagGroupsEditor.SetTag(tag, group).Apply();
}
private static void TagGroupsEditorAddTagOnApply(List<TagGroupsEditor.TagOperation> obj)
{
// throw new NotImplementedException();
}
I am using above code to create new tag. But when i go to segment i can't find anything.
Project: Xamarin.forms
I am using UrbanAirship.NETStandard;
Comments
3 comments