public virtual void GetTags(GetTagsHandler handler) { Debug.Log("[Pushwoosh] Error: GetTags() is not supported on this platform"); }
public override void GetTags(GetTagsHandler handler) { tagsHandlers.Enqueue(handler); pw_getTags(); }
public override void GetTags(GetTagsHandler handler) { tagsHandlers.Enqueue(handler); pushwoosh.Call("getTags"); }