Inherits from NSObject
Declared in UAEvent.h

Overview

This base class encapsulates analytics events.

Tasks

Properties

data

The event’s data.

@property (nonatomic, readonly, strong) NSDictionary *data

Declared In

UAEvent.h

eventID

The unique event ID.

@property (nonatomic, readonly, copy) NSString *eventID

Declared In

UAEvent.h

eventType

The event’s type.

@property (nonatomic, readonly) NSString *eventType

Declared In

UAEvent.h

time

The time the event was created.

@property (nonatomic, readonly, copy) NSString *time

Declared In

UAEvent.h

Instance Methods

isValid

Checks if the event is valid. Invalid events will be dropped.

- (BOOL)isValid

Return Value

YES if the event is valid.

Declared In

UAEvent.h