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

Inherits Parcelable.

Public Member Functions

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

Public Attributes

String ReferenceID = ""
 
String Language = ""
 

Static Public Attributes

static final android.os.Parcelable.Creator< PredefinedContentCREATOR
 

Protected Member Functions

 PredefinedContent (Parcel in)
 

Detailed Description

Refers to predefined prompts or other types of displayable content for the customer.

Definition at line 19 of file PredefinedContent.java.

Member Data Documentation

◆ CREATOR

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

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