PlayLogger/logEvent
logEvent
[androidJvm]
abstract fun logEvent(eventName: String, properties: Map<String, Any>)
Called when the play log event is triggered.
Parameters
androidJvm
| |
---|
eventName | the play log event name |
properties | the properties for the event |