mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-05 22:52:02 +08:00
Merge branch 'master' of github.com:driftyco/ionic-native
This commit is contained in:
commit
5203d026d4
@ -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…
x
Reference in New Issue
Block a user