lpw
2023-07-20 80f7cc0c18ce7e590a4c14cd1011a82b296770f5
commit | author | age
e0ec42 1 /*
L 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
9 #if !TARGET_OS_TV
10
11 #import <Foundation/Foundation.h>
12
13 NS_ASSUME_NONNULL_BEGIN
14
15 FOUNDATION_EXPORT NSString *const FBSDKAppLinkDataParameterName;
16 FOUNDATION_EXPORT NSString *const FBSDKAppLinkTargetKeyName;
17 FOUNDATION_EXPORT NSString *const FBSDKAppLinkUserAgentKeyName;
18 FOUNDATION_EXPORT NSString *const FBSDKAppLinkExtrasKeyName;
19 FOUNDATION_EXPORT NSString *const FBSDKAppLinkVersionKeyName;
20 FOUNDATION_EXPORT NSString *const FBSDKAppLinkRefererAppLink;
21 FOUNDATION_EXPORT NSString *const FBSDKAppLinkRefererAppName;
22 FOUNDATION_EXPORT NSString *const FBSDKAppLinkRefererUrl;
23
24 NS_ASSUME_NONNULL_END
25
26 #endif