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

#import <SubscribeRoomGroupRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithGroupId:
 

Class Methods

(id) + requestWithGroupId:
 

Protected Attributes

NSString * _groupId
 

Properties

NSString * groupId
 

Detailed Description

Subscribe to the events of a Room Group

Method Documentation

◆ requestWithGroupId:

+ (id) requestWithGroupId: (NSString *)  groupId
Parameters
groupIdthe name of the group
See also
[ISFSEvents onSubscribeRoomGroup:]
[ISFSEvents onSubscribeRoomGroupError:]
UnsubscribeRoomGroupRequest