commonMain.com.sdk.growthbook.utils.GBEventSourceHandler.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of NetworkDispatcherOkHttp-jvm Show documentation
Show all versions of NetworkDispatcherOkHttp-jvm Show documentation
OkHttp network dispatcher for GrowthBook
The newest version!
package com.sdk.growthbook.utils
import okhttp3.sse.EventSource
interface GBEventSourceHandler {
fun onClose(eventSource: EventSource?)
fun onFeaturesResponse(featuresJsonResponse: String?)
}