public final class ShareOpenGraphContent extends ShareContent<ShareOpenGraphContent,ShareOpenGraphContent.Builder>
ShareOpenGraphContent.Builder
to create instances
See the documentation for Open Graph
and for best practices.Modifier and Type | Class and Description |
---|---|
static class |
ShareOpenGraphContent.Builder
Builder for the
ShareOpenGraphContent interface. |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ShareOpenGraphContent> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
ShareOpenGraphAction |
getAction()
The Open Graph Action for the content.
|
java.lang.String |
getPreviewPropertyName()
The property name for the primary
ShareOpenGraphObject
in the action. |
void |
writeToParcel(android.os.Parcel out,
int flags) |
getContentUrl, getPeopleIds, getPlaceId, getRef, getShareHashtag
public static final android.os.Parcelable.Creator<ShareOpenGraphContent> CREATOR
@Nullable public ShareOpenGraphAction getAction()
ShareOpenGraphAction
@Nullable public java.lang.String getPreviewPropertyName()
ShareOpenGraphObject
in the action.public int describeContents()
describeContents
in interface android.os.Parcelable
describeContents
in class ShareContent<ShareOpenGraphContent,ShareOpenGraphContent.Builder>
public void writeToParcel(android.os.Parcel out, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class ShareContent<ShareOpenGraphContent,ShareOpenGraphContent.Builder>