Lifecycle

@ApiStatus.Experimental
@ApiStatus.AvailableSince(value = "4.3.0")
interface Lifecycle

Functions

Link copied to clipboard
open suspend fun handleLoad()

Called when this object is created|loaded

Link copied to clipboard
open suspend fun handleUnload()

Called when this object is destroyed|disposed|unloaded

Inheritors

Link copied to clipboard
Link copied to clipboard