registerCustomData

abstract fun registerCustomData(customDataList: List<CustomData>, callback: IAdvizeSDK.Callback? = null)

Register custom data for the current visitor conversation.

A custom data is a key value pair linked to a visitor and whose valuation is at the initiative of the integrator. As the custom data are linked to the current conversation, this method will fail if there is no ongoing conversation.

Parameters

customDataList

List of a custom data to register for the visitor conversation.

callback

Completion handler called when the process is finished.