| | |
| | | NS_SWIFT_NAME(jpegCompressionQuality); |
| | | |
| | | /** |
| | | Controls sdk auto initailization. |
| | | If not explicitly set, the default is true |
| | | */ |
| | | @property (class, nonatomic, assign, getter=isAutoInitEnabled) BOOL autoInitEnabled |
| | | DEPRECATED_MSG_ATTRIBUTE("Auto-initialization will be removed in the next major version release."); |
| | | |
| | | /** |
| | | Controls the auto logging of basic app events, such as activateApp and deactivateApp. |
| | | If not explicitly set, the default is true |
| | | */ |
| | |
| | | @property (class, nonatomic, assign, getter=isAdvertiserIDCollectionEnabled) BOOL advertiserIDCollectionEnabled; |
| | | |
| | | /** |
| | | Controls the SKAdNetwork report |
| | | If not explicitly set, the default is true |
| | | */ |
| | | @property (class, nonatomic, assign, getter=isSKAdNetworkReportEnabled) BOOL SKAdNetworkReportEnabled; |
| | | |
| | | /** |
| | | Whether data such as that generated through FBSDKAppEvents and sent to Facebook |
| | | should be restricted from being used for other than analytics and conversions. |
| | | Defaults to NO. This value is stored on the device and persists across app launches. |
| | |
| | | @property (class, nonatomic, assign, getter=shouldLimitEventAndDataUsage) BOOL limitEventAndDataUsage; |
| | | |
| | | /** |
| | | Whether in memory cached values should be used for expensive metadata fields, such as |
| | | carrier and advertiser ID, that are fetched on many applicationDidBecomeActive notifications. |
| | | Defaults to NO. This value is stored on the device and persists across app launches. |
| | | */ |
| | | @property (class, nonatomic, assign, getter=shouldUseCachedValuesForExpensiveMetadata) BOOL shouldUseCachedValuesForExpensiveMetadata; |
| | | |
| | | /** |
| | | A convenient way to toggle error recovery for all FBSDKGraphRequest instances created after this is set. |
| | | */ |
| | | @property (class, nonatomic, assign, getter=isGraphErrorRecoveryEnabled) BOOL graphErrorRecoveryEnabled; |