Inherits from NSObject
Declared in BaseEvent.h
BaseEvent.m

Overview

This is the Base class of all Events in the API

See SFSEvent, , and SFSBuddyEvent.

Tasks

  •   params

    An Object containing the event’s parameters

    property
  •   type

    A string defining the event type

    property

Properties

params

An Object containing the event’s parameters

@property (nonatomic, retain) NSDictionary *params

Discussion

An Object containing the event’s parameters

Declared In

BaseEvent.h

type

A string defining the event type

@property (nonatomic, retain) NSString *type

Discussion

A string defining the event type

Declared In

BaseEvent.h