Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Last active January 9, 2020 22:02
Show Gist options
  • Select an option

  • Save flurrydev/9391d28bedf066b02579ccc6c59069ce to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/9391d28bedf066b02579ccc6c59069ce to your computer and use it in GitHub Desktop.
Flurry session builder options
- (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