setOnReadyForComposition
Source set: Android
fun setOnReadyForComposition(callback: (ComposeViewContext) -> Unit)
The callback to be executed when the View is attached to the window or a custom ComposeViewContext is used. Note that this callback will be fired inline if it is already ready.