setEventProperties method is used to record specific user actions or events in your iOS app. This is essential for understanding user behavior, measuring feature adoption, and building comprehensive user journeys.
Syntax
Parameters
Usage Examples
Set User Event
Detailed page properties in payload
Set User Event with properties
Detailed page properties in payload
Set Event properties with callbacks
You can also set event properties with Callback function as shown below. The data parameter is an object that containsstatus and message which helps to debug the status of the function call.