FBSDKShareDialogMode
A more recent version of this class is available. Check out the latest version.
Typedefs
NS_ENUM

Acts with the most appropriate mode that is available.

typedef NS_ENUM(NSUInteger, FBSDKShareDialogMode) {
/*!
*/
FBSDKShareDialogModeAutomatic = 0, /*!
*/
FBSDKShareDialogModeNative, /*!
*/
FBSDKShareDialogModeShareSheet, /*!
*/
FBSDKShareDialogModeBrowser, /*!
*/
FBSDKShareDialogModeWeb, /*!
*/
FBSDKShareDialogModeFeedBrowser, /*!
*/
FBSDKShareDialogModeFeedWeb,
};
Discussion:

The automatic mode will progressively check the availability of different modes and open the most appropriate mode for the dialog that is available.

NS_ENUM(NSUInteger, FBSDKShareDialogMode)

Acts with the most appropriate mode that is available.

typedef NS_ENUM(NSUInteger, FBSDKShareDialogMode) {
/*!
*/
FBSDKShareDialogModeAutomatic = 0, /*!
*/
FBSDKShareDialogModeNative, /*!
*/
FBSDKShareDialogModeShareSheet, /*!
*/
FBSDKShareDialogModeBrowser, /*!
*/
FBSDKShareDialogModeWeb, /*!
*/
FBSDKShareDialogModeFeedBrowser, /*!
*/
FBSDKShareDialogModeFeedWeb,
};
Discussion:

The automatic mode will progressively check the availability of different modes and open the most appropriate mode for the dialog that is available.