Skip to content

Commit f0db6a8

Browse files
committed
Update Migration Guide
1 parent 63ef8f3 commit f0db6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The User name space is accessible via `OneSignal.User` and provides access to us
221221
| `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.* |
222222
| `OneSignal.User.removeTag("KEY");` | *Remove the data tag with the provided key from the current user.* |
223223
| `OneSignal.User.removeTags(["KEY_01", "KEY_02"]);` | *Remove multiple tags with the provided keys from the current user.* |
224-
224+
| `OneSignal.User.getTags();` | *Returns the local tags for the current user.* |
225225

226226

227227
## Push Subscription Namespace

0 commit comments

Comments
 (0)