ResponseHandler

abstract class ResponseHandler : Handler

Callbacks from the service API. The ApiClient needs a concrete implementation of this class to dispatch the API responses.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
The response from an authorizeTransaction call.
Link copied to clipboard
open fun checkApiServiceCompatibilityReply(isCompatible: Boolean, apiServiceVersion: String)
The response from an checkApiServiceCompatibility call.
Link copied to clipboard
The response from an completeTransaction call.
Link copied to clipboard
open fun createAsync(p: Looper): Handler
Link copied to clipboard
Link copied to clipboard
fun dump(p: Printer, p1: String)
Link copied to clipboard
The result from an executeConfiguration ()} call.
Link copied to clipboard
The result from an executeFinalBalance call.
Link copied to clipboard
The result from an getConfigData call.
Link copied to clipboard
Link copied to clipboard
The result from an executeInitialisation ()} ()} call.
Link copied to clipboard
The result from an reprintReceipt ()} call.
Link copied to clipboard
The result from an executeSubmission call.
Link copied to clipboard
The result from an executeTransmission call.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Generic message handler that dispatches to the specialized methods below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The response from the API in case if the current SDK version is not supported by the API service.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
The response from an voidTransaction call.