Created
December 12, 2018 20:28
-
-
Save flurrydev/9790433b6c32c1eed2f3c413066187e5 to your computer and use it in GitHub Desktop.
Unity: Methods in Flurry.builder
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
| 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