-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class GraphRequest.ParcelableResourceWithMimeType<RESOURCE extends Parcelable> implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGraphRequest.ParcelableResourceWithMimeType.Companion
-
Constructor Summary
Constructors Constructor Description GraphRequest.ParcelableResourceWithMimeType(RESOURCE resource, String mimeType)The constructor.
-
Method Summary
Modifier and Type Method Description final StringgetMimeType()final RESOURCEgetResource()IntegerdescribeContents()UnitwriteToParcel(Parcel out, Integer flags)-
-
Method Detail
-
getMimeType
final String getMimeType()
-
getResource
final RESOURCE getResource()
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel out, Integer flags)
-
-
-
-