evolpagink
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
evolpagink
core
/
com.nxoim.evolpagink.core
/
PageEvent
Page
Event
sealed
interface
PageEvent
<
Key
>
Represents the loading state of a page identified by
key
.
Inheritors
Loading
Loaded
Unloaded
Members
Types
Loaded
Link copied to clipboard
@
JvmInline
value
class
Loaded
<
Key
>
(
val
key
:
Key
)
:
PageEvent
<
Key
>
Loading
Link copied to clipboard
@
JvmInline
value
class
Loading
<
Key
>
(
val
key
:
Key
)
:
PageEvent
<
Key
>
Unloaded
Link copied to clipboard
@
JvmInline
value
class
Unloaded
<
Key
>
(
val
key
:
Key
)
:
PageEvent
<
Key
>
Properties
key
Link copied to clipboard
abstract
val
key
:
Key