class VirtualCurrencyDeeplinkHandler : DeepLinkable, BaseCoroutineScope, LoginResultListener
<init> |
VirtualCurrencyDeeplinkHandler() |
canHandleDeepLink |
fun canHandleDeepLink(: Uri): Boolean |
handleDeepLink |
fun handleDeepLink(: View, : Uri): Unit |
onLoginFailure |
fun onLoginFailure(): Unit |
onLoginSuccess |
fun onLoginSuccess(: TicketingLoginData): Unit |