FBSDKShareDialogMode Constants Reference
Declared in | FBSDKShareDialogMode.h |
FBSDKShareDialogMode
@typedef NS_ENUM(NSUInteger, FBSDKShareDialogMode)
The automatic mode will progressively check the availability of different modes and open the most appropriate mode for the dialog that is available.
Definition
typedef NS_ENUM(NSUInteger, FBSDKShareDialogMode ) {
FBSDKShareDialogModeAutomatic = 0,
FBSDKShareDialogModeNative,
FBSDKShareDialogModeShareSheet,
FBSDKShareDialogModeBrowser,
FBSDKShareDialogModeWeb,
FBSDKShareDialogModeFeedBrowser,
FBSDKShareDialogModeFeedWeb,
};
Constants
FBSDKShareDialogModeAutomatic
-
Acts with the most appropriate mode that is available.
Declared In
FBSDKShareDialogMode.h
. FBSDKShareDialogModeNative
-
@Displays the dialog in the main native Facebook app.
Declared In
FBSDKShareDialogMode.h
. FBSDKShareDialogModeShareSheet
-
@Displays the dialog in the iOS integrated share sheet.
Declared In
FBSDKShareDialogMode.h
. FBSDKShareDialogModeBrowser
-
@Displays the dialog in Safari.
Declared In
FBSDKShareDialogMode.h
. FBSDKShareDialogModeWeb
-
@Displays the dialog in a UIWebView within the app.
Declared In
FBSDKShareDialogMode.h
. FBSDKShareDialogModeFeedBrowser
-
@Displays the feed dialog in Safari.
Declared In
FBSDKShareDialogMode.h
. FBSDKShareDialogModeFeedWeb
-
@Displays the feed dialog in a UIWebView within the app.
Declared In
FBSDKShareDialogMode.h
.
Declared In
FBSDKShareDialogMode.h