package models { public final class TrackingEventType { public static const ENTER:int = 0; public static const EXIT:int = 1; } }