FBSDKAppLinkURLKeys.h 816 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Copyright (c) Meta Platforms, Inc. and affiliates.
  3. * All rights reserved.
  4. *
  5. * This source code is licensed under the license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. */
  8. #if !TARGET_OS_TV
  9. #import <Foundation/Foundation.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. FOUNDATION_EXPORT NSString *const FBSDKAppLinkDataParameterName;
  12. FOUNDATION_EXPORT NSString *const FBSDKAppLinkTargetKeyName;
  13. FOUNDATION_EXPORT NSString *const FBSDKAppLinkUserAgentKeyName;
  14. FOUNDATION_EXPORT NSString *const FBSDKAppLinkExtrasKeyName;
  15. FOUNDATION_EXPORT NSString *const FBSDKAppLinkVersionKeyName;
  16. FOUNDATION_EXPORT NSString *const FBSDKAppLinkRefererAppLink;
  17. FOUNDATION_EXPORT NSString *const FBSDKAppLinkRefererAppName;
  18. FOUNDATION_EXPORT NSString *const FBSDKAppLinkRefererUrl;
  19. NS_ASSUME_NONNULL_END
  20. #endif