LiveEventListener

interface LiveEventListener

Functions

Link copied to clipboard
abstract fun onEventDecrypted(event: Event, clearEvent: JsonDict)
Link copied to clipboard
abstract fun onEventDecryptionError(event: Event, throwable: Throwable)
Link copied to clipboard
abstract fun onLiveEvent(roomId: String, event: Event)
Link copied to clipboard
abstract fun onLiveToDeviceEvent(event: Event)
Link copied to clipboard
abstract fun onPaginatedEvent(roomId: String, event: Event)