logCustomEvent

abstract fun logCustomEvent(eventName: String?)

Reports a custom named event.

Parameters

eventName

The String identifier for the event to track.


abstract fun logCustomEvent(eventName: String?, properties: BrazeProperties?)

Reports a custom named event.

Parameters

eventName

The String identifier for the event to track.

properties

An object containing key-value properties describing this event. Property names are non-empty strings <= 255 characters, with no leading dollar signs.