RoomExtension Class Reference
Inherits from | NSObject |
Declared in | RoomExtension.h RoomExtension.m |
Overview
This object is part of the RoomSettings parameters used for creating a new Room.
It describes the properties of an Extension attached to the Room
Tasks
-
id_
The name of the extension
property -
className
The fully qualified name of the main class in the extension
property -
propertiesFile
An optional properties file that will be loaded on the server side when the extension is initialized
property -
+ extensionWithId:className:
the name of the extension
Properties
className
The fully qualified name of the main class in the extension
@property (retain) NSString *className
Discussion
The fully qualified name of the main class in the extension
Declared In
RoomExtension.h