Android SDK Version
All Implemented Interfaces:
com.facebook.share.ShareBuilder , com.facebook.share.model.ShareModelBuilder


public abstract class ShareMessengerActionButton.Builder<M extends ShareMessengerActionButton, B extends ShareMessengerActionButton.Builder<M, B>>
 implements ShareModelBuilder<M, B>
                    
Constructor Summary
ConstructorDescription
ShareMessengerActionButton.Builder()
Method Summary
Modifier and TypeMethodDescription
final BsetTitle(String title) Sets the title for the Messenger action button.
BreadFrom(M model) Reads the values from a ShareModel into the builder.
Methods inherited from class com.facebook.share.model.ShareModelBuilder
build
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

ShareMessengerActionButton.Builder

ShareMessengerActionButton.Builder()
Method Detail

setTitle

 final BsetTitle(String title)
Sets the title for the Messenger action button.

readFrom

BreadFrom(M model)
Reads the values from a ShareModel into the builder.
Parameters:
model - The source ShareModel