-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
@Deprecated() public abstract class ShareMessengerActionButton implements ShareModel
The base class for Messenger share action buttons.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classShareMessengerActionButton.BuilderAbstract builder for com.facebook.share.model.ShareMessengerActionButton
-
Method Summary
Modifier and Type Method Description StringgetTitle()The title displayed to the user for the Messenger action button. intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-