Questions
Onesignal JSBridge Remove Tags
over 1 year ago by Nick
Hi
I was wondering if its possible to remove tags as well via the Native JS Bridge? It's not directly in the JavaScript Bridge file but it might be hidden via the GoNative Protocol?
For setting tags:
window.location.href = 'gonative://onesignal/tags/set?tags=' + encodeURIComponent(JSON.stringify({"test":1}));
is there also one for delete?
Thank you