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

Inherits Parcelable.

Public Member Functions

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

Public Attributes

String BarcodeType = ""
 
String BarcodeValue = ""
 

Static Public Attributes

static final Creator< OutputBarcodeCREATOR
 

Protected Member Functions

 OutputBarcode (Parcel in)
 

Detailed Description

Allows the display of a barcode.

Definition at line 19 of file OutputBarcode.java.

Member Data Documentation

◆ CREATOR

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

Definition at line 33 of file OutputBarcode.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.