File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
answers-provider/src/main
java/com/busybusy/answers_provider Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.busybusy.library. analyticskit_android" >
2+ package =" com.busybusy.analyticskit_android" >
33
44 <application android : allowBackup =" true"
55 android : label =" @string/app_name"
Original file line number Diff line number Diff line change 1515 -->
1616
1717<manifest xmlns:android = " http://schemas.android.com/apk/res/android"
18- package = " com.busybusy.library. answers_provider" >
18+ package = " com.busybusy.answers_provider" >
1919
2020 <application android:allowBackup = " true"
2121 android:label = " @string/app_name"
Original file line number Diff line number Diff line change 4141
4242
4343/**
44+ * Implements Answers as a provider to use with {@link com.busybusy.analyticskit_android.AnalyticsKit}
45+ *
4446 * @author John Hunt on 3/10/16.
4547 */
4648public class AnswersProvider implements AnalyticsKitProvider
4749{
4850 private HashMap <String , AnalyticsEvent > timedEvents ;
4951 private HashMap <String , Long > eventTimes ;
5052 Map <String , LogHandler > loggersMap = new HashMap <>();
51-
53+
54+ /**
55+ * Initializes a new {@code AnswersProvider} object
56+ */
5257 public AnswersProvider ()
5358 {
5459 initializeLoggersMap ();
You can’t perform that action at this time.
0 commit comments