feat(mix-panel): add timeEvent (#1536)

* feat(mix-panel): add timeEvent

* style(mixpanel): remove params
This commit is contained in:
Nicolas Molina Monroy 2017-05-13 23:58:22 -05:00 committed by Ibby Hadeed
parent a28de660bc
commit 965a90c52c

View File

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