mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +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()
|
||||
reset(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
*
|
||||
* @param eventName {string}
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@Cordova()
|
||||
timeEvent(eventName: string): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
*
|
||||
* @param eventName {string}
|
||||
|
Loading…
Reference in New Issue
Block a user