Android SDK Version


public class WebDialogParameters
com.facebook.share.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
Field Summary
Modifier and TypeFieldDescription
public final static WebDialogParametersINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static Bundlecreate(AppGroupCreationContent appGroupCreationContent)
final static Bundlecreate(GameRequestContent gameRequestContent)
final static Bundlecreate(ShareLinkContent shareLinkContent)
final static Bundlecreate(SharePhotoContent sharePhotoContent)
final static BundlecreateBaseParameters(ShareContent<?, ?> shareContent)
final static BundlecreateForFeed(ShareLinkContent shareLinkContent)
final static BundlecreateForFeed(ShareFeedContent shareFeedContent)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

create

 final static Bundlecreate(AppGroupCreationContent appGroupCreationContent)

create

 final static Bundlecreate(GameRequestContent gameRequestContent)

create

 final static Bundlecreate(ShareLinkContent shareLinkContent)

create

 final static Bundlecreate(SharePhotoContent sharePhotoContent)

createBaseParameters

 final static BundlecreateBaseParameters(ShareContent<?, ?> shareContent)

createForFeed

 final static BundlecreateForFeed(ShareLinkContent shareLinkContent)

createForFeed

 final static BundlecreateForFeed(ShareFeedContent shareFeedContent)