Class ViewTracker.CountedViewEvent

  • Enclosing interface:
    ViewTracker

    public static class ViewTracker.CountedViewEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CountedViewEvent​(java.lang.String campaignID)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • campaignID

        @NonNull
        public java.lang.String campaignID
      • count

        public int count
      • lastOccurrence

        public long lastOccurrence
    • Constructor Detail

      • CountedViewEvent

        public CountedViewEvent​(@NonNull
                                java.lang.String campaignID)