TextModuleData

public final class TextModuleData extends Object
implements Parcelable

Parcelable representing data for text module associated with wallet object.

Inherited Constant Summary

Field Summary

public static final Creator<TextModuleData> CREATOR

Public Constructor Summary

TextModuleData(String header, String body)
Creates an instance of TextModule with given header and body

Public Method Summary

String
getBody()
Returns the text module body.
String
getHeader()
Returns the text module header.
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Fields

public static final Creator<TextModuleData> CREATOR

Public Constructors

public TextModuleData (String header, String body)

Creates an instance of TextModule with given header and body

Parameters
header the header of the text module
body the body of the text module

Public Methods

public String getBody ()

Returns the text module body.

public String getHeader ()

Returns the text module header.

public void writeToParcel (Parcel dest, int flags)