Skip to content

Commit

Permalink
Merge branch 'release/3.9' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Apr 7, 2015
1 parent 77ff509 commit b4d2666
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -11,6 +11,11 @@
public final class AnalyticsTracker {
private static boolean mHasUserOptedOut;

public static final String READER_DETAIL_TYPE_KEY = "post-detail-type";
public static final String READER_DETAIL_TYPE_NORMAL = "normal";
public static final String READER_DETAIL_TYPE_BLOG_PREVIEW = "preview-blog";
public static final String READER_DETAIL_TYPE_TAG_PREVIEW = "preview-tag";

public enum Stat {
APPLICATION_OPENED,
APPLICATION_CLOSED,
Expand Down

0 comments on commit b4d2666

Please sign in to comment.