| import com.flurry.android.FlurryAgent | |
| class MyApplication : Application() { | |
| init { | |
| FlurryAgent.Builder() | |
| .withLogLevel(Log.VERBOSE) | |
| .withLogEnabled(true) | |
| .build(this, FLURRY_APIKEY) | |
| //your code | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment