-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class SharePhotoContent extends ShareContent<SharePhotoContent, SharePhotoContent.Builder>
Describes photo content to be shared.
Use SharePhotoContent.Builder to create instances
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSharePhotoContent.BuilderBuilder for the SharePhotoContent interface.
-
Field Summary
Fields Modifier and Type Field Description private final List<SharePhoto>photospublic final static Parcelable.Creator<SharePhotoContent>CREATOR
-
Method Summary
Modifier and Type Method Description List<SharePhoto>getPhotos()Photos to be shared. intdescribeContents()voidwriteToParcel(Parcel out, int flags)-
Methods inherited from class com.facebook.share.model.ShareContent
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtag -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPhotos
@Nullable() List<SharePhoto> getPhotos()
Photos to be shared.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-