public final class

FragmentNavigator.Extras

extends java.lang.Object

implements Navigator.Extras

 java.lang.Object

↳androidx.navigation.fragment.FragmentNavigator.Extras

Overview

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

Summary

Methods
public java.util.Map<View, java.lang.String>getSharedElements()

Gets the map of shared elements associated with these Extras.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.util.Map<View, java.lang.String> getSharedElements()

Gets 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.