fix(GoogleAnalytics): addCustomDimension() key param is number

closes #131
This commit is contained in:
Ibrahim Hadeed 2016-04-25 05:37:26 -04:00
parent 9c78837113
commit 3865ea4777

View File

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