Skip to content

Commit

Permalink
feat(mix-panel): add timeEvent (#1536)
Browse files Browse the repository at this point in the history
* feat(mix-panel): add timeEvent

* style(mixpanel): remove params
  • Loading branch information
nicobytes authored and ihadeed committed May 14, 2017
1 parent a28de66 commit 965a90c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/@ionic-native/plugins/mixpanel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 965a90c

Please sign in to comment.