Pass

object Pass : UIEventResponse

Pass is the default UIEventResponse which indicates that no event processing happened.

Functions

allowsDefaults
Link copied to clipboard
common
fun allowsDefaults(): Boolean
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
hasPrecedenceOver
Link copied to clipboard
common
fun hasPrecedenceOver(other: UIEventResponse): Boolean
pickByPrecedence
Link copied to clipboard
common
fun pickByPrecedence(other: UIEventResponse): UIEventResponse
Picks the UIEventResponse which has higher precedence from this one and the other.
shouldStopPropagation
Link copied to clipboard
common
fun shouldStopPropagation(): Boolean
toString
Link copied to clipboard
common
open fun toString(): String

Properties

eventProcessed
Link copied to clipboard
common
val eventProcessed: Boolean
Tells whether the UIEvent had any effect on the underlying system or not.

Sources

(source)
Link copied to clipboard