vncore / com.venuenext.vncore.protocol / WalletInterface

WalletInterface

interface WalletInterface

Interface to be implemented by the Activity or Fragment responsible to the main Wallet functionality

Properties

virtualCurrencyName

Set the user-visible name for virtual currency

abstract val virtualCurrencyName: String

Functions

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