hank
2017-09-20 f9fcfea80f10b97f4d303d3888c75d036068249f
frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h
@@ -154,6 +154,18 @@
+ (void)setJPEGCompressionQuality:(CGFloat)JPEGCompressionQuality;
/**
  Flag which controls the auto logging of basic app events, such as activateApp and deactivateApp.
 If not explicitly set, the default is 1 - true
 */
+ (NSNumber *)autoLogAppEventsEnabled;
/**
 Set the flag which controls the auto logging of basic app events, such as activateApp and deactivateApp.
 - Parameter AutoLogAppEventsEnabled: Flag value, expressed as a value from 0 - false or 1 - true.
 */
+ (void)setAutoLogAppEventsEnabled:(NSNumber *)AutoLogAppEventsEnabled;
/**
  Gets 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.
 */
+ (BOOL)limitEventAndDataUsage;