feat(core/experimental): custom story expiration

- refactor send override
This commit is contained in:
rhunk
2023-10-11 23:58:33 +02:00
parent a01c2b09ca
commit fe95a1bcc6
4 changed files with 33 additions and 24 deletions

View File

@ -5,7 +5,8 @@ import android.util.Log
class NativeLib {
var nativeUnaryCallCallback: (NativeRequestData) -> Unit = {}
companion object {
private var initialized = false
var initialized = false
private set
}
fun initOnce(classloader: ClassLoader) {