addCustomProperty

abstract fun addCustomProperty(key: String, value: String)

Adds a custom string property to the custom property map of all subsequent events.

Parameters

key

The key of the property.

value

The value of the property.


abstract fun addCustomProperty(key: String, value: Number)

Adds a custom number property to the custom property map of all subsequent events.

Parameters

key

The key of the property.

value

The value of the property.


abstract fun addCustomProperty(key: String, value: Boolean)

Adds a custom boolean property to the custom property map of all subsequent events.

Parameters

key

The key of the property.

value

The value of the property.