Meiro Audience
interface MeiroAudience
Meiro Audience API client. Encapsulates the logic of sending requests to the Meiro Audience WBS API.
Types
Link copied to clipboard
interface ResultCallback
Callback interface for the Audience request. Methods are called on a main thread.
Functions
Link copied to clipboard
open suspend fun wbs(instance: String, parameters: Map<String, String> = emptyMap(), segment: Int? = null): MeiroAudienceResult
abstract fun wbs(instance: String, parameters: Map<String, String> = emptyMap(), segment: Int? = null, callback: MeiroAudience.ResultCallback)
Sends a WBS request to the Meiro Audience API.