NavInflater
class NavInflater
kotlin.Any | |
↳ | androidx.navigation.NavInflater |
Class which translates a navigation XML file into a NavGraph
Summary
Public constructors | |
---|---|
<init>(@NonNull : Context, @NonNull : NavigatorProvider) |
Public methods | |
---|---|
NavGraph |
Inflate a NavGraph from the given XML resource id. |
Public constructors
<init>
NavInflater(
@NonNull : Context,
@NonNull : NavigatorProvider)