Skip to content

Commit

Permalink
Remove alias example from readme (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewincledon authored Sep 13, 2023
1 parent 22d15f5 commit 0902367
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,6 @@ MParticle.Identity.getUserIdentities((userIdentities) => {
var request = new MParticle.IdentityRequest()
```

**Set** a user Alias to be ran anytime the user’s identity changes
```js
request.onUserAlias = (previousUser, newUser) => {
console.debug(previousUser.userID);
console.debug(newUser.userID);
};
```

**Setting** user identities:

```js
Expand Down

0 comments on commit 0902367

Please sign in to comment.