create

open fun create(priority: Int, type: String, parameters: Map<String, String>): AnalyticsEvent

Creates a new analytics event.

Return

Parameters

priority

the priority of the event.

type

the type of the analytics event.

parameters

a map of HTTP query parameter names and values to be sent to the server.


open fun create(type: String, parameters: Map<String, String>): AnalyticsEvent

Creates a new analytics event.

Return

Parameters

type

the type of the analytics event.

parameters

a map of HTTP query parameter names and values to be sent to the server.


open fun create(priority: Int, type: String, parameters: String): AnalyticsEvent