Last active
January 9, 2020 22:02
-
-
Save flurrydev/9391d28bedf066b02579ccc6c59069ce to your computer and use it in GitHub Desktop.
Flurry session builder options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - (FlurrySessionBuilder*) withDataSaleOptOut:(BOOL)value; //CCPA - the default value is false | |
| - (FlurrySessionBuilder*) withAppVersion:(NSString *)value; | |
| - (FlurrySessionBuilder*) withSessionContinueSeconds:(NSInteger)value; | |
| - (FlurrySessionBuilder*) withCrashReporting:(BOOL)value; | |
| - (FlurrySessionBuilder*) withLogLevel:(FlurryLogLevel) value; | |
| - (FlurrySessionBuilder*) withIncludeBackgroundSessionsInMetrics:(BOOL) value; | |
| - (FlurrySessionBuilder*) withShowErrorInLog:(BOOL) value; | |
| - (FlurrySessionBuilder*) withTVSessionReportingInterval:(NSInteger) value; | |
| - (FlurrySessionBuilder*) withTVEventCountThreshold:(NSInteger) value; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment