Interface Tracking

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface Tracking
     implements Parcelable
                        

    Represents a parsed <Tracking> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract VastEvent getEvent() a string that defines the event being tracked.
      abstract String getOffset() the offset at which the event should be fired.
      abstract String getUrl() the uri to the tracking resource for the event specified using the event.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getEvent

         abstract VastEvent getEvent()

        a string that defines the event being tracked.

      • getOffset

         abstract String getOffset()

        the offset at which the event should be fired.

      • getUrl

         abstract String getUrl()

        the uri to the tracking resource for the event specified using the event.