vnwalletui / com.venuenext.vnwalletui.navigation / VirtualCurrencyDeeplinkHandler

VirtualCurrencyDeeplinkHandler

class VirtualCurrencyDeeplinkHandler : DeepLinkable, BaseCoroutineScope, LoginResultListener

Constructors

<init>

VirtualCurrencyDeeplinkHandler()

Functions

canHandleDeepLink

fun canHandleDeepLink(uri: Uri): Boolean

handleDeepLink

fun handleDeepLink(view: View, uri: Uri): Unit

onLoginFailure

fun onLoginFailure(): Unit

onLoginSuccess

fun onLoginSuccess(ticketingLoginData: TicketingLoginData): Unit