Parcelable representing label value.
| public static final Creator<LabelValue> | CREATOR |
|
LabelValue(String label,
String
value)
Constructs a label to describe wallet object's custom properties.
|
| String |
getLabel()
Returns the name of the label.
|
| String |
getValue()
Returns the value of the label.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns the name of the label.
Returns the value of the label.