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

#import <UnsubscribeRoomGroupRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithGroupId:
 

Class Methods

(id) + requestWithGroupId:
 

Protected Attributes

NSString * _groupId
 

Properties

NSString * groupId
 

Detailed Description

Stop listening to events of a specific Room Group

Method Documentation

◆ requestWithGroupId:

+ (id) requestWithGroupId: (NSString *)  groupId
Parameters
groupIdthe name of the group
See also
[ISFSEvents onUnsubscribeRoomGroup:]
[ISFSEvents onUnsubscribeRoomGroupError:]
SubscribeRoomGroupRequest