Merge remote-tracking branch 'origin/master'

This commit is contained in:
Salakar
2019-02-08 01:03:14 +00:00

View File

@@ -42,7 +42,7 @@ export namespace Analytics {
* @param name
* @param params
*/
logEvent(name: string, params: { [key: string]: string }): Promise<Testy>;
logEvent(name: string, params: { [key: string]: string }): Promise<void>;
/**
* If true, allows the device to collect analytical data and send it to Firebase.