toggle menu
Litho
jvm
switch theme
search in API
litho-annotations
/
com.facebook.litho.annotations
/
OnEvent
On
Event
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
OnEvent
Annotation for event handling. See
events-overview
for details.
See also
On
Trigger
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
value
Link copied to clipboard
abstract
fun
value
(
)
:
Class
<
out
Any
>