io.paymenthighway.sdk.util

Package io.paymenthighway.sdk.util

Types

CallbackResult

class CallbackResult<T> : Callback<T>

Helper for connecting the Retrofit2 Callback into Result completion

CallbackResultConvert

class CallbackResultConvert<T : ApiResultInterface, R> : Callback<T>

Helper for connecting the Retrofit2 Callback into Result completion with a convertion of the data received

Result

sealed class Result<out V, out E>

Used to represent whether a sdk operation was successful or encountered an error

Extensions for External Classes

java.util.Date

kotlin.String