All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.justai.jaicf.channel.viber.sdk.api.ViberHttpClient.kt Maven / Gradle / Ivy

Go to download

JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber

There is a newer version: 1.3.7
Show newest version
package com.justai.jaicf.channel.viber.sdk.api

interface ViberHttpClient {
    fun post(url: String, requestBody: String, headers: Map): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy