-
public class WebDialogParameterscom.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
Fields Modifier and Type Field Description public final static WebDialogParametersINSTANCE
-
Method Summary
Modifier and Type Method Description final static Bundlecreate(AppGroupCreationContent appGroupCreationContent)final static Bundlecreate(GameRequestContent gameRequestContent)final static Bundlecreate(ShareLinkContent shareLinkContent)final static Bundlecreate(ShareOpenGraphContent shareOpenGraphContent)final static Bundlecreate(SharePhotoContent sharePhotoContent)final static BundlecreateBaseParameters(ShareContent<?, ?> shareContent)final static BundlecreateForFeed(ShareLinkContent shareLinkContent)final static BundlecreateForFeed(ShareFeedContent shareFeedContent)-
-
Method Detail
-
create
final static Bundle create(AppGroupCreationContent appGroupCreationContent)
-
create
final static Bundle create(GameRequestContent gameRequestContent)
-
create
final static Bundle create(ShareLinkContent shareLinkContent)
-
create
final static Bundle create(ShareOpenGraphContent shareOpenGraphContent)
-
create
final static Bundle create(SharePhotoContent sharePhotoContent)
-
createBaseParameters
final static Bundle createBaseParameters(ShareContent<?, ?> shareContent)
-
createForFeed
final static Bundle createForFeed(ShareLinkContent shareLinkContent)
-
createForFeed
final static Bundle createForFeed(ShareFeedContent shareFeedContent)
-
-
-
-