{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

EventMethod

data class EventMethod


Summary

Public constructors

EventMethod(
    method: ExecutableElement,
    onLifecycleEvent: OnLifecycleEvent,
    type: TypeElement
)

Public functions

String

Public properties

ExecutableElement
OnLifecycleEvent
TypeElement

Public constructors

EventMethod

EventMethod(
    method: ExecutableElement,
    onLifecycleEvent: OnLifecycleEvent,
    type: TypeElement
)

Public functions

packageName

fun packageName(): String

Public properties

method

val methodExecutableElement

onLifecycleEvent

val onLifecycleEventOnLifecycleEvent

type

val typeTypeElement