docs(mixpanel): add deprecated on identify (#3444)

This commit is contained in:
Frank Noorloos 2020-06-11 17:58:20 +02:00 committed by GitHub
parent 191c7a044d
commit 4575cb6050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {