SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
RoomExtension Class Reference

#import <RoomExtension.h>

Inherits NSObject.

Instance Methods

(id) - initWithId:className:
 

Class Methods

(id) + extensionWithId:className:
 

Protected Attributes

NSString * _id
 
NSString * _className
 
NSString * _propertiesFile
 

Properties

NSString * id_
 
NSString * className
 
NSString * propertiesFile
 

Detailed Description

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

See also
RoomSettings
CreateRoomRequest

Method Documentation

◆ extensionWithId:className:

+ (id) extensionWithId: (NSString *)  id_
className: (NSString *)  className 
Parameters
id_the name of the extension
classNamethe fully qualified name of the main class in the extension
See also
RoomSettings
CreateRoomRequest

Property Documentation

◆ className

- (NSString*) className
readwriteatomicstrong

The fully qualified name of the main class in the extension

◆ id_

- (NSString*) id_
readwriteatomicstrong

The name of the extension

◆ propertiesFile

- (NSString*) propertiesFile
readwriteatomicstrong

An optional properties file that will be loaded on the server side when the extension is initialized