mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 16:03:02 +08:00
parent
74971feb98
commit
0009cbf3a0
@ -111,6 +111,14 @@ export class Firebase {
|
|||||||
@Cordova()
|
@Cordova()
|
||||||
static logEvent(type: string, data: any): Promise<any> { return; }
|
static logEvent(type: string, data: any): Promise<any> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the name of the current screen in Analytics
|
||||||
|
* @param name {string} Screen name
|
||||||
|
* @return {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
static setScreenName(name: string): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set a user id for use in Analytics
|
* Set a user id for use in Analytics
|
||||||
* @param userId {string}
|
* @param userId {string}
|
||||||
|
Loading…
Reference in New Issue
Block a user