Factory

fun interface Factory

A factory that creates new EventListener instances.

Types

Companion
Link copied to clipboard
object Companion

Functions

create
Link copied to clipboard
abstract fun create(request: ImageRequest): EventListener

Return a new EventListener.