getEvent

expect fun getEvent(): Event<*>?

Gets the first event from the events queue.

Return

Event data if any available otherwise return null

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun getEvent(): Event<*>?

Gets the first event from the events queue.

Return

Event data if any available otherwise return null

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun getEvent(): Event<*>?

Gets the first event from the events queue.

Return

Event data if any available otherwise return null

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception