FragmentNavigator.Extras

public final class FragmentNavigator.Extras implements Navigator.Extras


Extras that can be passed to FragmentNavigator to enable Fragment specific behavior

Summary

Nested types

Builder for constructing new Extras instances.

Public methods

final @NonNull Map<@NonNull View, @NonNull String>

The map of shared elements associated with these Extras.

Public methods

getSharedElements

Added in 1.0.0
public final @NonNull Map<@NonNull View, @NonNull StringgetSharedElements()

The map of shared elements associated with these Extras. The returned map is an unmodifiable copy of the underlying map and should be treated as immutable.