GravityEvent Class Reference

Inherits from NSObject
Declared in GravityEvent.h
GravityEvent.m

Overview

An event that can be sent to a Gravity service

Other Methods

  itemId

The relevant item ID

@property NSString *itemId

Discussion

The relevant item ID

Declared In

GravityEvent.h

  userId

The ID of the user

@property NSString *userId

Discussion

The ID of the user

Declared In

GravityEvent.h

  type

Type of event

@property NSString *type

Discussion

Type of event

Declared In

GravityEvent.h

  nameValues

Extra GravityNameValue parameters

@property NSMutableArray *nameValues

Discussion

Extra GravityNameValue parameters

Declared In

GravityEvent.h

+ eventsToJSON:

Converts a GravityEvent array to JSON

+ (NSData *)eventsToJSON:(NSArray *)events

Discussion

Converts a GravityEvent array to JSON

Declared In

GravityEvent.h

– setLocation:

- (void)setLocation:(CLLocation *)location

Other Methods

– description

- (NSString *)description