Logo
Developer SDK
Version 1.9.632.913d652c-152450467.
DirectResponse Class Reference

Inherits Parcelable.

Public Member Functions

boolean hasException ()
 
String getExceptionMessage ()
 
String getExceptionType ()
 
String getExceptionStackTrace ()
 
String getResponse ()
 
void setException (Exception exception)
 
int describeContents ()
 
void writeToParcel (Parcel dest, int flags)
 

Static Public Attributes

static final Creator< DirectResponseCREATOR
 

Protected Member Functions

void setResponse (String response)
 

Detailed Description

Used for sending a direct message to the terminal and getting a response back.

Definition at line 10 of file DirectResponse.java.

Member Function Documentation

◆ describeContents()

int describeContents ( )

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

Returns
a bitmask indicating the set of special object types marshalled by the Parcelable.

Definition at line 58 of file DirectResponse.java.

◆ writeToParcel()

void writeToParcel ( Parcel  dest,
int  flags 
)

Flatten this object in to a Parcel.

Parameters
destThe Parcel in which the object should be written.
flagsAdditional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.

Definition at line 69 of file DirectResponse.java.

Member Data Documentation

◆ CREATOR

final Creator<DirectResponse> CREATOR
static
Initial value:
= new Creator<DirectResponse>() {
@Override
public DirectResponse createFromParcel(Parcel in) {
return new DirectResponse(in);
}
@Override
public DirectResponse[] newArray(int size) {
return new DirectResponse[size];
}
}

Definition at line 85 of file DirectResponse.java.


The documentation for this class was generated from the following file:

This document is the confidential property of Verifone, Inc. Any reproduction or distribution of this document, in whole or in part, or the disclosure of any of the information contained herein, without the prior written consent of Verifone, Inc. is prohibited. This document and any supplemental material supplied as part of any review must be returned to Verifone, Inc. upon request. Notice: This document may go through material revisions over time. While the Company will make every effort to keep readers updated as changes occur, care must be taken by the reader to make sure they are reading the latest version. Version numbers appear in the title page and revision history page of this document. All rights reserved. Verifone, the Verifone logo are either trademarks or registered trademarks of Verifone in the United States and/or other countries. All other trademarks or brand names are properties of their respective holders.