Google は、黒人コミュニティに対する人種平等の促進に取り組んでいます。
取り組みを見る
DialogFragmentNavigator
class DialogFragmentNavigator : Navigator<DialogFragmentNavigator.Destination!>
Navigator that uses DialogFragment#show(FragmentManager, String)
. Every destination using this Navigator must set a valid DialogFragment class name with android:name
or Destination#setClassName(String)
.
Summary
Public constructors
Public methods
onRestoreState
fun onRestoreState(@Nullable savedState: Bundle!): Unit
onSaveState
@Nullable fun onSaveState(): Bundle?
popBackStack
fun popBackStack(): Boolean
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.