Press on the image to return to the main documentation page.
FirebaseAnalytics
List of types:
FirebaseAnalytics
FirebaseAnalytics
Events:
None
Members:
Initialize
IsGooglePlayServicesAvailable
As
Boolean
[read
only]
IsInitialized
As
Boolean
SendEvent
(
EventName
As
String
,
Parameters
As
Map
)
Members description:
Initialize
Initializes the object. FirebaseAnalytics should be a process global variable in the Starter service. It should be initialized in Service_Create sub.
IsGooglePlayServicesAvailable
As
Boolean
[read
only]
Tests whether Google Play Services are available on the device.
IsInitialized
As
Boolean
SendEvent
(
EventName
As
String
,
Parameters
As
Map
)
Sends an event to the analytics service.
EventName - Event name.
Parameters - Map of parameters. Pass Null if not needed.
Top