mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(GoogleAnalytics): addCustomDimension() key param is number
closes #131
This commit is contained in:
parent
9c78837113
commit
3865ea4777
@ -98,7 +98,7 @@ export class GoogleAnalytics {
|
||||
* @param {string} value
|
||||
*/
|
||||
@Cordova()
|
||||
static addCustomDimension(key: string, value: string): Promise<any> { return }
|
||||
static addCustomDimension(key: number, value: string): Promise<any> { return }
|
||||
|
||||
/**
|
||||
* Set a UserId
|
||||
|
Loading…
Reference in New Issue
Block a user