Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created December 12, 2018 20:28
Show Gist options
  • Select an option

  • Save flurrydev/9790433b6c32c1eed2f3c413066187e5 to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/9790433b6c32c1eed2f3c413066187e5 to your computer and use it in GitHub Desktop.
Unity: Methods in Flurry.builder
void Build(string apiKey);
Flurry.Builder WithCrashReporting(bool crashReporting);
Flurry.Builder WithContinueSessionMillis(long sessionMillis);
Flurry.Builder WithIncludeBackgroundSessionsInMetrics(bool includeBackgroundSessionsInMetrics);
Flurry.Builder WithLogEnabled(bool enableLog);
Flurry.Builder WithLogLevel(FlurrySDK.Flurry.LogLevel logLevel);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment