vnwalletui / com.venuenext.vnwalletui.view / WalletMainFragment

WalletMainFragment

class WalletMainFragment : Fragment, Observer<ViewState>

Routing fragment for the Wallet UI.

Constructors

<init>

Routing fragment for the Wallet UI.

WalletMainFragment()

Functions

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