| | |
| | | #if 0 |
| | | #elif defined(__arm64__) && __arm64__ |
| | | // Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) |
| | | // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) |
| | | #ifndef FBSDKCOREKIT_SWIFT_H |
| | | #define FBSDKCOREKIT_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | #include <string.h> |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #pragma clang diagnostic push |
| | | #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" |
| | | #if defined(__arm64e__) && __has_include(<ptrauth.h>) |
| | | # include <ptrauth.h> |
| | | #else |
| | |
| | | # endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_TYPEDEFS) |
| | |
| | | #pragma clang diagnostic ignored "-Wunknown-pragmas" |
| | | #pragma clang diagnostic ignored "-Wnullability" |
| | | #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" |
| | | #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" |
| | | |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma push_macro("any") |
| | |
| | | |
| | | @protocol FBSDKAppLinkResolving; |
| | | @protocol FBSDKSettings; |
| | | @class NSError; |
| | | |
| | | /// Represents a pending request to navigate to an app link. Instead of simplying opening a URL, you can build custom requests with additional navigation and app data attached to them by creating an <code>AppLinkNavigation</code>. |
| | | SWIFT_CLASS_NAMED("AppLinkNavigation") SWIFT_AVAILABILITY(ios_app_extension,unavailable,message="Not available in app extension") |
| | |
| | | /// Creates an instance of <code>[String: [String: String]]</code> with the correct format for iOS callback URLs to be used as ‘appLinkData’ argument in the call to init(appLink:extras:appLinkData:). |
| | | + (NSDictionary<NSString *, NSDictionary<NSString *, NSString *> *> * _Nonnull)callbackAppLinkDataForAppWithName:(NSString * _Nonnull)appName url:(NSString * _Nonnull)url SWIFT_WARN_UNUSED_RESULT; |
| | | /// Performs the navigation |
| | | - (FBSDKAppLinkNavigationType)navigate:(NSError * _Nullable * _Nullable)errorPointer SWIFT_WARN_UNUSED_RESULT; |
| | | - (void)navigate:(FBSDKAppLinkNavigationBlock _Nullable)handler; |
| | | /// Returns an AppLink for the given URL |
| | | + (void)resolveAppLink:(NSURL * _Nonnull)destination handler:(FBSDKAppLinkBlock _Nonnull)handler; |
| | | /// Returns an AppLink for the given URL using the given App Link resolution strategy |
| | | + (void)resolveAppLink:(NSURL * _Nonnull)destination resolver:(id <FBSDKAppLinkResolving> _Nonnull)resolver handler:(FBSDKAppLinkBlock _Nonnull)handler; |
| | | /// Navigates to an AppLink and returns whether it opened in-app or in-browser |
| | | + (FBSDKAppLinkNavigationType)navigateToAppLink:(FBSDKAppLink * _Nonnull)appLink error:(NSError * _Nullable * _Nullable)errorPointer SWIFT_WARN_UNUSED_RESULT; |
| | | + (void)navigateToAppLink:(FBSDKAppLink * _Nonnull)appLink handler:(FBSDKAppLinkNavigationBlock _Nonnull)handler; |
| | | /// Returns an AppLinkNavigationType based on a FBSDKAppLink. |
| | | /// It’s essentially a no-side-effect version of navigateToAppLink:error:, |
| | | /// allowing apps to determine flow based on the link type (e.g. open an |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// Internal Type exposed to facilitate transition to Swift. |
| | | /// API Subject to change or removal without warning. Do not use. |
| | | /// @warning INTERNAL - DO NOT USE |
| | |
| | | |
| | | |
| | | |
| | | |
| | | @interface FBSDKSettings (SWIFT_EXTENSION(FBSDKCoreKit)) |
| | | /// Internal method exposed to facilitate transition to Swift. |
| | | /// API Subject to change or removal without warning. Do not use. |
| | |
| | | /// @warning INTERNAL - DO NOT USE |
| | | - (void)logIfSDKSettingsChanged; |
| | | @end |
| | | |
| | | |
| | | |
| | | @class NSURLRequest; |