Skip to content

Commit

Permalink
Update Migration Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherd-l committed Dec 15, 2023
1 parent 1e10ead commit c41d4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The User name space is accessible via `OneSignal.User` and provides access to us
| `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.* |
| `OneSignal.User.removeTag("KEY");` | *Remove the data tag with the provided key from the current user.* |
| `OneSignal.User.removeTags(["KEY_01", "KEY_02"]);` | *Remove multiple tags with the provided keys from the current user.* |

| `OneSignal.User.getTags();` | *Returns the local tags for the current user.* |


## Push Subscription Namespace
Expand Down

0 comments on commit c41d4e8

Please sign in to comment.