Loïc Siret
Loïc Siret
This PR will allow user to register/unregister AdEventListener on a Manilo instance.
Hi, I face a problem when I have two video on my recyclerview. I Implemented a onclick listener to manual start/pause of my playback. When I click on the first...
Hi, It seems that ads are displayed only on the first visible video in recyclerView. Imagine the following situation Video A : state paused, kohiiCanStart = false , No AdTag...
Hi, Is it possible to play all video that are visible at least 65% in a recyclerView ? Currently, only the top one is playing best regards,
Currently Kotlin multiplatform didn't support Polymorphic Serializer. I have implemented the polymorphic support by using JsonContentPolymorphicSerializer from kotlinx.serialization You can check the sample : `samples/client/petstore/kotlin-multiplatform-polymorphic` ``` internal object AnimalSerializer :...