mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
feat(mix-panel): add timeEvent (#1536)
* feat(mix-panel): add timeEvent * style(mixpanel): remove params
This commit is contained in:
parent
a28de660bc
commit
965a90c52c
@ -86,6 +86,14 @@ export class Mixpanel extends IonicNativePlugin {
|
|||||||
@Cordova()
|
@Cordova()
|
||||||
reset(): Promise<any> { return; }
|
reset(): Promise<any> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @param eventName {string}
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
timeEvent(eventName: string): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param eventName {string}
|
* @param eventName {string}
|
||||||
|
Loading…
Reference in New Issue
Block a user