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

Inherits Parcelable.

Public Member Functions

 OutputText (Parcel in)
 
void writeToParcel (Parcel dest, int flags)
 
int describeContents ()
 

Public Attributes

String Text = ""
 
String CharacterSet = ""
 
String Font = ""
 
String StartRow = ""
 
String StartColumn = ""
 
String Color = ""
 
String CharacterWidth = ""
 
String CharacterHeight = ""
 
String Alignment = ""
 

Static Public Attributes

static final android.os.Parcelable.Creator< OutputTextCREATOR
 

Detailed Description

Allows displaying test to the customer, or the cashier depending on the message.

Definition at line 19 of file OutputText.java.

Member Data Documentation

◆ CREATOR

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

Definition at line 55 of file OutputText.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.