class WalletMainFragment : Fragment, Observer<ViewState>
Routing fragment for the Wallet UI.
<init> |
Routing fragment for the Wallet UI. WalletMainFragment() |
onActivityCreated |
fun onActivityCreated(savedInstanceState: Bundle?): Unit |
onChanged |
fun onChanged(state: ViewState?): Unit |
onCreateView |
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View |
onViewCreated |
fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |