getLastEvent

fun <T : Any> getLastEvent(clazz: KClass<T>): T?

Returns last posted event that was instance of clazz or null if no event of the given type is retained.

Return

A retained event that is instance of clazz