Classes

The following classes are available globally.

  • BasketItem is the representation of a basket/shopping-cart item (article detail information).

    See more

    Declaration

    Swift

    public class BasketItem : NSObject
  • Settings is a more comfortable way of customizing TrackingSession

    See more

    Declaration

    Swift

    public class Settings : NSObject
  • This is the representation of a view. After creation of a new ETTrackingPageView, you can add several properties. Afterwards you should add the pageView to a ETTrackingSession and perhaps submit the collected data of the session.

    See more

    Declaration

    Swift

    public class TrackingPageView : NSObject
  • TrackingSession is the representation of one usage of your application. You can collect and submit several PageView-Objects with a session.

    See more

    Declaration

    Swift

    public class TrackingSession : NSObject