You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ The User namespace is accessible via `OneSignal.User` and provides access to use
211
211
|`OneSignal.User.addTags({"KEY_01": "VALUE_01", "KEY_02": "VALUE_02"})`|_Add multiple tags for the current user. Tags are key:value pairs used as building blocks for targeting specific users and/or personalizing messages. If the tag key already exists, it will be replaced with the value provided here._|
212
212
|`OneSignal.User.removeTag("KEY")`|_Remove the data tag with the provided key from the current user._|
213
213
|`OneSignal.User.removeTags(["KEY_01", "KEY_02"])`|_Remove multiple tags with the provided keys from the current user._|
214
-
214
+
|`OneSignal.User.getTags()`|_Returns the local tags for the current user._|
215
215
## Push Subscription Namespace
216
216
217
217
The Push Subscription namespace is accessible via `OneSignal.User.pushSubscription` and provides access to push subscription-scoped functionality.
0 commit comments