Remote


What is it?

Navigation for remote content.

The structure is represented by the attributes below:

AttributeTypeRequiredDefinition
urlString or BindingNavigation address.
shouldPrefetchBooleanLoad the address previously.
fallbackScreenScreen to be returned in case the loading fails.

How to use it?

Button(
    onPress = listOf(
        Navigate.PushView(
            Route.Remote("/present/view")
         )
    ),
    text = "Click me!"
)

Last modified March 5, 2021: fix: change table docs (#385) (ea0ea742)