Event

class Event(val source: EventSource, var params: Map<String, Any?>)

Class containing information about a particular SDK events, such as SDK activation, call or server error.

Parameters

source

EventSource to define what source the event is from.

params

Information about the event provided as a Map.

Constructors

Link copied to clipboard
constructor(source: EventSource, params: Map<String, Any?>)

Properties

Link copied to clipboard
Link copied to clipboard