ISAnalyticsGenericEvent Class Reference

Inherits from ISAnalyticsAbstractEvent : NSObject
Declared in ISAnalyticsGenericEvent.h

Overview

Class used to represent an analytics generic event.

  eventType

An NSString which identify the event.

@property (nonatomic, retain) NSString *eventType

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:andDParam1:andDParam2:andSParam1:andSParam2:andPParam1:andPParam2:

Main constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2 andDParam1:(double)dParam1 andDParam2:(double)dParam2 andSParam1:(NSString *)sParam1 andSParam2:(NSString *)sParam2 andPParam1:(ISPosition *)pParam1 andPParam2:(ISPosition *)pParam2

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

dParam1

First double field.

dParam2

Second double field.

sParam1

First NSString field.

sParam2

Second NSString field.

pParam1

First ISPosition.

pParam2

Second ISPosition.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType

Parameters

eventType

An NSString which identify the event.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andSParam1:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andSParam1:(NSString *)sParam1

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

sParam1

First NSString field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:andSParam1:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2 andSParam1:(NSString *)sParam1

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

sParam1

First NSString field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:andSParam1:andSParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2 andSParam1:(NSString *)sParam1 andSParam2:(NSString *)sParam2

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

sParam1

First NSString field.

sParam2

Second NSString field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andDParam1:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andDParam1:(double)dParam1

Parameters

eventType

An NSString which identify the event.

dParam1

First double field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:andDParam1:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2 andDParam1:(double)dParam1

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

dParam1

First double field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:andDParam1:andDParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2 andDParam1:(double)dParam1 andDParam2:(double)dParam2

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

dParam1

First double field.

dParam2

Second double field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:andDParam1:andDParam2:andSParam1:andSParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2 andDParam1:(double)dParam1 andDParam2:(double)dParam2 andSParam1:(NSString *)sParam1 andSParam2:(NSString *)sParam2

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

dParam1

First double field.

dParam2

Second double field.

sParam1

First NSString field.

sParam2

Second NSString field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andSParam1:andSParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andSParam1:(NSString *)sParam1 andSParam2:(NSString *)sParam2

Parameters

eventType

An NSString which identify the event.

sParam1

First NSString field.

sParam2

Second NSString field.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andPParam1:andPParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andPParam1:(ISPosition *)pParam1 andPParam2:(ISPosition *)pParam2

Parameters

eventType

An NSString which identify the event.

pParam1

First ISPosition.

pParam2

Second ISPosition.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andPParam1:andPParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andPParam1:(ISPosition *)pParam1 andPParam2:(ISPosition *)pParam2

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

pParam1

First ISPosition.

pParam2

Second ISPosition.

Declared In

ISAnalyticsGenericEvent.h

– initWithEventType:andIParam1:andIParam2:andPParam1:andPParam2:

Constructor.

- (instancetype)initWithEventType:(NSString *)eventType andIParam1:(int)iParam1 andIParam2:(int)iParam2 andPParam1:(ISPosition *)pParam1 andPParam2:(ISPosition *)pParam2

Parameters

eventType

An NSString which identify the event.

iParam1

First integer field.

iParam2

Second integer field.

pParam1

First ISPosition.

pParam2

Second ISPosition.

Declared In

ISAnalyticsGenericEvent.h