interface LoginResultListener
Used to receive callbacks from SDK the login. Register this receiver in com.venuenext.vnticket.VNTicket.registerLoginResultListener.
onLoginFailure |
Called when the login has failed. This can be due to an environment setup problem or network connectivity issues. abstract fun onLoginFailure(): Unit |
onLoginSuccess |
Called when the SDK has successfully processed a login. abstract fun onLoginSuccess(ticketingLoginData: TicketingLoginData): Unit |