Unity Event Interactor
class UnityEventInteractor(onSpecificEventListeners: List<EventInteractor.SpecificEventListener>) : EventInteractor
Content copied to clipboard
Constructors
Link copied to clipboard
fun UnityEventInteractor(onSpecificEventListeners: List<EventInteractor.SpecificEventListener>)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Starts listening to events.
Link copied to clipboard
Stops listening to events.
Properties
Link copied to clipboard
open override var onUnexpectedSslCertFingerprint: Consumer<UnexpectedSslCertFingerprintEvent>? = null
Content copied to clipboard
Link copied to clipboard
open override val publicOnSpecificEventListener: EventInteractor.SpecificEventListener
Content copied to clipboard