-
- All Implemented Interfaces:
-
android.os.Parcelable.Creator
public class CustomerOptions.CREATOR implements Parcelable.Creator<CustomerOptions>
-
-
Field Summary
Fields Modifier and Type Field Description public final static CustomerOptions.CREATORINSTANCE
-
Method Summary
Modifier and Type Method Description CustomerOptionscreateFromParcel(Parcel parcel)Array<CustomerOptions>newArray(Integer size)-
-
Method Detail
-
createFromParcel
CustomerOptions createFromParcel(Parcel parcel)
-
newArray
Array<CustomerOptions> newArray(Integer size)
-
-
-
-