vnwalletui / com.venuenext.vnwalletui.protocol / Callback

Callback

interface Callback<T>

Callback VenueNext

Created on 1/23/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Functions

onComplete

abstract fun onComplete(result: T): Unit

onException

abstract fun onException(e: Exception?): Unit