Events (Custom events)

Add custom events to track a better users' journey


If you want to receive more events than usual:

You can send statistics events to Appflow.ai backend in the following ways

Appflow.sendEvent(eventName: String)

Example

Appflow.sendEvent("test_event")

For now, we have limited the number of Custom events you can send to Appflow.ai. The current limit is 10 custom events per app. To register them you need to go to Settings=> Apps=> Edit app=> Add custom events

Last updated