File tree 3 files changed +8
-3
lines changed
answers-provider/src/main
java/com/busybusy/answers_provider
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.busybusy.library. analyticskit_android" >
2
+ package =" com.busybusy.analyticskit_android" >
3
3
4
4
<application android : allowBackup =" true"
5
5
android : label =" @string/app_name"
Original file line number Diff line number Diff line change 15
15
-->
16
16
17
17
<manifest xmlns:android = " http://schemas.android.com/apk/res/android"
18
- package = " com.busybusy.library. answers_provider" >
18
+ package = " com.busybusy.answers_provider" >
19
19
20
20
<application android:allowBackup = " true"
21
21
android:label = " @string/app_name"
Original file line number Diff line number Diff line change 41
41
42
42
43
43
/**
44
+ * Implements Answers as a provider to use with {@link com.busybusy.analyticskit_android.AnalyticsKit}
45
+ *
44
46
* @author John Hunt on 3/10/16.
45
47
*/
46
48
public class AnswersProvider implements AnalyticsKitProvider
47
49
{
48
50
private HashMap <String , AnalyticsEvent > timedEvents ;
49
51
private HashMap <String , Long > eventTimes ;
50
52
Map <String , LogHandler > loggersMap = new HashMap <>();
51
-
53
+
54
+ /**
55
+ * Initializes a new {@code AnswersProvider} object
56
+ */
52
57
public AnswersProvider ()
53
58
{
54
59
initializeLoggersMap ();
You can’t perform that action at this time.
0 commit comments