ComposableFragmentNavigator

@<Error class: unknown class>
class ComposableFragmentNavigator


This Navigator intercepts the inflation of navigation destinations in a Navigation with Fragment XML file, reusing the android:name field as the fully qualified name of the composable function to use as the contents of the inflated destination.

Internally, this uses a ComposableFragment to implement the reflection call.

Summary

Public constructors

Construct a ComposableFragmentNavigator by retrieving the associated FragmentNavigator from provider.

Public constructors

ComposableFragmentNavigator

Added in 2.8.0
ComposableFragmentNavigator(fragmentNavigator: FragmentNavigator)
ComposableFragmentNavigator(provider: <Error class: unknown class>)

Construct a ComposableFragmentNavigator by retrieving the associated FragmentNavigator from provider.

Public functions

createDestination

Added in 2.8.0
open fun createDestination(): FragmentNavigator.Destination