Ok Http Transport
class OkHttpTransport(client: OkHttpClient, json: Json, logs: RingLog, authProvider: AuthProvider? = null, requestSigner: RequestSigner? = null) : Transport
Constructors
Link copied to clipboard
constructor(client: OkHttpClient, json: Json, logs: RingLog, authProvider: AuthProvider? = null, requestSigner: RequestSigner? = null)
Functions
Link copied to clipboard
open suspend override fun sendBatch(cfg: KioskOpsConfig, request: BatchSendRequest): TransportResult<BatchSendResponse>
Send a batch of events.