mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(mixpanel): fix issue when not passing eventProperties (#927)
This commit is contained in:
parent
9441928884
commit
bbf75bcbd7
@ -85,7 +85,10 @@ export class Mixpanel {
|
|||||||
* @param eventProperties {any} optional
|
* @param eventProperties {any} optional
|
||||||
* @returns {Promise<any>}
|
* @returns {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova({
|
||||||
|
successIndex: 2,
|
||||||
|
errorIndex: 3
|
||||||
|
})
|
||||||
static track(eventName: string, eventProperties?: any): Promise<any> { return; }
|
static track(eventName: string, eventProperties?: any): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user