Package-level declarations

Types

Link copied to clipboard
interface MeiroAudience

Meiro Audience API client. Encapsulates the logic of sending requests to the Meiro Audience WBS API.

Link copied to clipboard
data class MeiroAudienceError(val message: String, val code: Int) : Throwable

Represents an error that occurred during the Audience request.

Link copied to clipboard
data class MeiroAudienceResult(val returnedAttributes: JSONObject, val data: JSONObject)

Represents the result of the Audience request. Since the nature of the result may vary, the generic JSONObject entities are returned for returned_attributes and data fields of the response.