interface WalletInterface
Interface to be implemented by the Activity or Fragment responsible to the main Wallet functionality
virtualCurrencyName |
Set the user-visible name for virtual currency abstract val virtualCurrencyName: String |
showWallet |
Shows wallet UI. To implement this functionality, call the Navigation Component and use the navController to launch "com.venuenext.vncoreui.R.id.walletFragment" abstract fun showWallet(): Unit |