public class HighResImagesBundle
extends <any>
| Modifier and Type | Field and Description | 
|---|---|
static android.os.Parcelable.Creator | 
CREATOR  | 
| Constructor and Description | 
|---|
HighResImagesBundle()  | 
HighResImagesBundle(android.content.Intent intent)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addImage(HighResImageWrapper image)  | 
void | 
clearImages()  | 
protected void | 
consumeContentFromLoadedObject(HighResImagesBundle loadedObject)  | 
protected <any> | 
getConcreteCreator()  | 
java.util.List | 
getImages()  | 
protected java.lang.String | 
getUniqueIdIntentExtraKey()  | 
protected void | 
readFromParcel(android.os.Parcel in)  | 
void | 
writeToParcel(android.os.Parcel dest,
             int flags)  | 
public HighResImagesBundle()
public HighResImagesBundle(@NonNull
                           android.content.Intent intent)
public void addImage(@NonNull
                     HighResImageWrapper image)
public void clearImages()
@NonNull public java.util.List getImages()
@NonNull protected java.lang.String getUniqueIdIntentExtraKey()
@NonNull protected <any> getConcreteCreator()
protected void consumeContentFromLoadedObject(@NonNull
                                              HighResImagesBundle loadedObject)
protected void readFromParcel(@NonNull
                              android.os.Parcel in)
public void writeToParcel(@NonNull
                          android.os.Parcel dest,
                          int flags)