DeliveryParams

class DeliveryParams(val endpoint: String, val headers: Map<String, String?>)

The parameters which should be used to deliver an Event/Session.

Constructors

Link copied to clipboard
constructor(endpoint: String, headers: Map<String, String?>)

Properties

Link copied to clipboard

The endpoint to which the payload should be sent

Link copied to clipboard

The HTTP headers which must be attached to the request