Skip to content

Commit

Permalink
docs(mixpanel): add deprecated on identify (#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankiey authored Jun 11, 2020
1 parent 191c7a0 commit 4575cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/mixpanel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export class MixpanelPeople extends IonicNativePlugin {
*
* @param distinctId {string}
* @return {Promise<any>}
* @deprecated since 2016-11-21 - Use Mixpanel.identify instead.
*/
@Cordova()
identify(distinctId: string): Promise<any> {
Expand Down

0 comments on commit 4575cb6

Please sign in to comment.