BFAppLinkNavigationType Constants Reference
Declared in | BFAppLinkNavigation.h |
BFAppLinkNavigationType
The result of calling navigate on a BFAppLinkNavigation
Definition
typedef NS_ENUM(NSInteger, BFAppLinkNavigationType ) {
BFAppLinkNavigationTypeFailure,
BFAppLinkNavigationTypeBrowser,
BFAppLinkNavigationTypeApp,
};
Constants
BFAppLinkNavigationTypeFailure
-
Indicates that the navigation failed and no app was opened
Declared In
BFAppLinkNavigation.h
. BFAppLinkNavigationTypeBrowser
-
Indicates that the navigation succeeded by opening the URL in the browser
Declared In
BFAppLinkNavigation.h
. BFAppLinkNavigationTypeApp
-
Indicates that the navigation succeeded by opening the URL in an app on the device
Declared In
BFAppLinkNavigation.h
.
Declared In
BFAppLinkNavigation.h