Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
New `updateUser` method for Android and iOS added as well as `registerForPush` for iOS
  • Loading branch information
cdmunoz authored Oct 30, 2021
1 parent 97af4db commit 017b9c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ To use this plugin, add `iterable_flutter` as a [dependency in your pubspec.yaml
| `initialize` | X | X | |
| `setEmail` | X | X | |
| `setUserId` | X | X | |
| `registerForPush` | X | N/A | |
| `registerForPush` | X | X | |
| `updateUser` | X | X | |
| `signOut` | X | | |
| `track` | X | X | |
| `setNotificationOpenedHandler` | X | X | |
Expand Down

0 comments on commit 017b9c4

Please sign in to comment.