mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
fix(google-analytics): fix startTrackerWithId when interval is not provided
This commit is contained in:
parent
d9d89341d2
commit
49fe24dee2
@ -41,7 +41,10 @@ export class GoogleAnalytics {
|
|||||||
* @param {number} interval Optional dispatch period in seconds. Defaults to 30.
|
* @param {number} interval Optional dispatch period in seconds. Defaults to 30.
|
||||||
* @returns {Promise<any>}
|
* @returns {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova({
|
||||||
|
successIndex: 2,
|
||||||
|
errorIndex: 3
|
||||||
|
})
|
||||||
static startTrackerWithId(id: string, interval?: number): Promise<any> { return; }
|
static startTrackerWithId(id: string, interval?: number): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user