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

Inherits Parcelable.

Public Member Functions

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

Public Attributes

String OutputFormat
 
String OutputXHTML
 
String OutputSignature
 
com.verifone.commerce.entities.PredefinedContent PredefinedContent
 
com.verifone.commerce.entities.OutputText OutputText
 
com.verifone.commerce.entities.OutputBarcode OutputBarcode
 

Static Public Attributes

static final Creator< OutputContentCREATOR
 

Protected Member Functions

 OutputContent (Parcel in)
 

Detailed Description

Allows displaying custom or predefined content to the customer or cashier.

Definition at line 19 of file OutputContent.java.

Member Data Documentation

◆ CREATOR

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

Definition at line 77 of file OutputContent.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.