public interface FetchResponse extends MessengerResponse
INVALID_OPERATION
Modifier and Type | Method and Description |
---|---|
GenericIncomingMessage |
getGenericIncomingMessage()
Get the Generic incoming message from the response.
|
IncomingMessage.Type |
getMessageType()
Get the underlying message type.
|
TransactionSigningRequest |
getTransactionSigningRequest()
Get the Transaction signing request message from the response.
|
TransactionVerifyRequest |
getTransactionVerifyRequest()
Get the Transaction verification request message from the response.
|
boolean |
hasIncomingMessage()
Check whether there is any incoming message
|
getCode, getMessage, isSuccess
boolean hasIncomingMessage()
@NonNull IncomingMessage.Type getMessageType()
@Nullable GenericIncomingMessage getGenericIncomingMessage()
GenericIncomingMessage
.@Nullable TransactionVerifyRequest getTransactionVerifyRequest()
TransactionVerifyRequest
.@Nullable TransactionSigningRequest getTransactionSigningRequest()
TransactionSigningRequest
.