| | |
| | | // AppsFlyerLib.h |
| | | // AppsFlyerLib |
| | | // |
| | | // AppsFlyer iOS SDK 6.15.3 (217) |
| | | // AppsFlyer iOS SDK 6.12.2 (999) |
| | | // Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved. |
| | | // |
| | | |
| | |
| | | #import <AppsFlyerLib/AppsFlyerShareInviteHelper.h> |
| | | #import <AppsFlyerLib/AppsFlyerDeepLinkResult.h> |
| | | #import <AppsFlyerLib/AppsFlyerDeepLink.h> |
| | | #import <AppsFlyerLib/AppsFlyerConsent.h> |
| | | #import <AppsFlyerLib/AFSDKPurchaseDetails.h> |
| | | #import <AppsFlyerLib/AFSDKValidateAndLogResult.h> |
| | | #import <AppsFlyerLib/AFAdRevenueData.h> |
| | | |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | |
| | | #define AFEventParamPreferredNeighborhoods @"af_preferred_neighborhoods" //array of string |
| | | #define AFEventParamPreferredNumStops @"af_preferred_num_stops" |
| | | |
| | | |
| | | @class AppsFlyerConsent; |
| | | /// Mail hashing type |
| | | typedef enum { |
| | | /// None |
| | |
| | | |
| | | |
| | | /** |
| | | Sets Custom Install Id - this overrides the default AppsFlyer Install ID. |
| | | Only effective if Info.plist has `AppsFlyerAllowCustomInstallId=YES` |
| | | * Must be called before calling set appsFlyerDevKey and appleAppID |
| | | @param customID the customId. |
| | | */ |
| | | - (void)setInstallId:(NSString *)customID; |
| | | |
| | | /** |
| | | Sets or updates the user consent data related to GDPR and DMA regulations for advertising and data usage |
| | | purposes within the application. This method must be invoked with the user's current consent status each |
| | | time the app starts or whenever there is a change in the user's consent preferences. |