Feature instead.@Deprecated
public final class ValueProposition
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ValueProposition> |
CREATOR
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ValueProposition(android.os.Parcel in)
Deprecated.
|
|
ValueProposition(java.lang.String iconUrl,
java.lang.String description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Deprecated.
|
public static final android.os.Parcelable.Creator<ValueProposition> CREATOR
public ValueProposition(java.lang.String iconUrl,
java.lang.String description)
protected ValueProposition(android.os.Parcel in)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic java.lang.String toString()
toString in class java.lang.Object