FBSDKShareDialogMode
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten 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.

Deklariert in: FBSDKShareDialogMode.h
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.

Deklariert in: FBSDKShareDialogMode.h