public interface ParcelWrapper<T>
Defines the getter for the contents of a wrapped @Parcel instance.
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_PARCEL |
| Modifier and Type | Method and Description |
|---|---|
T |
getParcel()
Return wrapped
@Parcel instance |
static final String GET_PARCEL
Copyright © 2020. All Rights Reserved.