Android Programming Press on the image to return to the main documentation page.

iFirebaseAnalytics

List of types:

FirebaseAnalytics

FirebaseAnalytics


Events:

None

Members:


  Initialize

  SendEvent (EventName As String, Parameters As Map)

Members description:

Initialize
Initializes the object. You should initialize it before using any other Firebase service.
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