# SharePhotoContentParams
Parameters to pass to the the presentPhotoShareDialog method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# mode
mode :Number
The mode to select for presenting a share dialog.
The automatic mode will progressively check the availability of different modes and open the most appropriate mode for the dialog that is available.
This API can be assigned the following constants:
- Modules.Facebook.SHARE_DIALOG_MODE_AUTOMATIC
- Modules.Facebook.SHARE_DIALOG_MODE_NATIVE
- Modules.Facebook.SHARE_DIALOG_MODE_SHARE_SHEET
- Modules.Facebook.SHARE_DIALOG_MODE_BROWSER
- Modules.Facebook.SHARE_DIALOG_MODE_WEB
- Modules.Facebook.SHARE_DIALOG_MODE_FEED_BROWSER
- Modules.Facebook.SHARE_DIALOG_MODE_FEED_WEB
Default: Modules.Facebook.SHARE_DIALOG_MODE_AUTOMATIC
# photos
photos :Array<SharePhotoContentPhotoParams>
An array of photos that is represented by an object of photo
, caption
and userGenerated
parameters.