-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
@Deprecated() public final class ShareMessengerOpenGraphMusicTemplateContent extends ShareContent<ShareMessengerOpenGraphMusicTemplateContent, ShareMessengerOpenGraphMusicTemplateContent.Builder>
This share content allows sharing a bubble that plays songs with Open Graph music. See https://developers.facebook.com/docs/messenger-platform/send-messages/template/open-graph for details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classShareMessengerOpenGraphMusicTemplateContent.BuilderBuilder for the ShareMessengerOpenGraphMusicTemplateContent interface.
-
Field Summary
Fields Modifier and Type Field Description private final Uriurlprivate final ShareMessengerActionButtonbuttonpublic final static Parcelable.Creator<ShareMessengerOpenGraphMusicTemplateContent>CREATOR
-
Method Summary
Modifier and Type Method Description UrigetUrl()Get the Open Graph music URL. ShareMessengerActionButtongetButton()Get the action button show in the share attachment. intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
Methods inherited from class com.facebook.share.model.ShareContent
getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtag, writeToParcel -
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
-
getButton
ShareMessengerActionButton getButton()
Get the action button show in the share attachment.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-