public final class SharePhotoContent extends ShareContent<SharePhotoContent,SharePhotoContent.Builder>
Use SharePhotoContent.Builder to create instances
| Modifier and Type | Class and Description |
|---|---|
static class |
SharePhotoContent.Builder
Builder for the
SharePhotoContent interface. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<SharePhotoContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.util.List<SharePhoto> |
getPhotos()
Photos to be shared.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtagpublic static final android.os.Parcelable.Creator<SharePhotoContent> CREATOR
@Nullable public java.util.List<SharePhoto> getPhotos()
List of SharePhotos.public int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class ShareContent<SharePhotoContent,SharePhotoContent.Builder>public void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class ShareContent<SharePhotoContent,SharePhotoContent.Builder>