Skip to content

Commit 2581bc3

Browse files
committed
added userID to readme
1 parent 9ca5778 commit 2581bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Please look at [Google Analytics page](https://support.google.com/analytics/answ
4343

4444
| Method | Return | Description |
4545
|------------|-------------------|---------|-----------------------|
46-
| `reflectUserState(<String> userNickname, <String> userAvatarImage, [<Function> customLogoutCall])` |`null` | Manipulate navigation bar state with passed user data. To show not-logged-in status, pass `null` or empty string as parameters. Optionally provide a custom logout handler to override the default. |
46+
| `reflectUserState(<String> userID, <String> userNickname, <String> userAvatarImage, [<Function> customLogoutCall])` |`null` | Manipulate navigation bar state with passed user data. To show not-logged-in status, pass `null` or empty string as parameters. Optionally provide a custom logout handler to override the default. |
4747

4848

4949
Contribute

0 commit comments

Comments
 (0)