Android SDK Version
All Implemented Interfaces:
android.os.Parcelable , com.facebook.share.model.ShareModel


public abstract class ShareMessengerActionButton
 implements ShareModel
The base class for Messenger share action buttons.
Nested Class Summary
Modifier and TypeClassDescription
public abstract classShareMessengerActionButton.Builder
Field Summary
Modifier and TypeFieldDescription
private final Stringtitle
Method Summary
Modifier and TypeMethodDescription
final StringgetTitle() The title displayed to the user for the Messenger action button.
IntegerdescribeContents()
UnitwriteToParcel(Parcel dest, Integer flags)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getTitle

 final StringgetTitle()
The title displayed to the user for the Messenger action button.

describeContents

IntegerdescribeContents()

writeToParcel

UnitwriteToParcel(Parcel dest, Integer flags)