Inherits from NSObject
Conforms to UPBaseObject
Declared in UPBaseEventAPI.h
UPBaseEventAPI.m

Overview

The base class for events in the UP platform.

Properties

date

The date the event occurred.

@property (nonatomic, strong) NSDate *date

Discussion

The date the event occurred.

Declared In

UPBaseEventAPI.h

timeCreated

The time the event was created.

@property (nonatomic, strong) NSDate *timeCreated

Discussion

The time the event was created.

Declared In

UPBaseEventAPI.h

timeUpdated

The time the event was last updated.

@property (nonatomic, strong) NSDate *timeUpdated

Discussion

The time the event was last updated.

Declared In

UPBaseEventAPI.h

timeZone

The time zone the event was created.

@property (nonatomic, strong) NSTimeZone *timeZone

Discussion

The time zone the event was created.

Declared In

UPBaseEventAPI.h

title

The title of the event.

@property (nonatomic, strong) NSString *title

Discussion

The title of the event.

Declared In

UPBaseEventAPI.h

xid

The unique identifier of the event.

@property (nonatomic, strong) NSString *xid

Discussion

The unique identifier of the event.

Declared In

UPBaseEventAPI.h

Instance Methods

apiType

- (NSString *)apiType

Declared In

UPBaseEventAPI.h

decodeFromDictionary:

- (void)decodeFromDictionary:(NSDictionary *)dictionary

Declared In

UPBaseEventAPI.h

encodeToDictionary

Encodes an object to a JSON dictionary.

- (NSDictionary *)encodeToDictionary

Discussion

Encodes an object to a JSON dictionary.

Declared In

UPBaseEventAPI.h