lpw
2024-05-16 1974a9b107ce81ccc909b6140285fce644547acb
frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKServerConfiguration.h
@@ -107,6 +107,8 @@
               restrictiveParams:(nullable NSDictionary<NSString *, id> *)restrictiveParams
                        AAMRules:(nullable NSDictionary<NSString *, id> *)AAMRules
          suggestedEventsSetting:(nullable NSDictionary<NSString *, id> *)suggestedEventsSetting
              protectedModeRules:(nullable NSDictionary<NSString *, id> *)protectedModeRules
           migratedAutoLogValues:(nullable NSDictionary<NSString *, id> *)migratedAutoLogValues
  NS_DESIGNATED_INITIALIZER;
@property (nonatomic, readonly, getter = isAdvertisingIDEnabled, assign) BOOL advertisingIDEnabled;
@@ -132,6 +134,8 @@
@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *restrictiveParams;
@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *AAMRules;
@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *suggestedEventsSetting;
@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *protectedModeRules;
@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *migratedAutoLogValues;
@property (nonatomic, readonly) NSInteger version;
- (nullable FBSDKDialogConfiguration *)dialogConfigurationForDialogName:(NSString *)dialogName;