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

commonMain.com.sdk.growthbook.utils.GBEventSourceHandler.kt Maven / Gradle / Ivy

The newest version!
package com.sdk.growthbook.utils

import okhttp3.sse.EventSource

interface GBEventSourceHandler {
    fun onClose(eventSource: EventSource?)

    fun onFeaturesResponse(featuresJsonResponse: String?)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy