SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
UnsubscribeRoomGroupRequest.h
1
//
2
// UnsubscribeRoomGroupRequest.h
3
// SFS2X
4
//
5
// Original development by Infosfer Game Technologies Ltd. | http://www.infosfer.com.
6
//
7
// Maintained and developed by A51 Integrated.
8
// Copyright 2012 A51 Integrated | http://a51integrated.com. All rights reserved.
9
//
10
11
12
#import "BaseRequest.h"
13
14
15
EXTERN NSString *
const
UnsubscribeRoomGroupRequest_KEY_GROUP_ID;
16
17
/** Stop listening to events of a specific Room Group
18
*/
19
@interface
UnsubscribeRoomGroupRequest
: BaseRequest {
20
21
NSString *_groupId;
22
}
23
24
@property
(strong) NSString *groupId;
25
26
-(id)initWithGroupId:(NSString *)groupId;
27
/**
28
29
@param groupId the name of the group
30
31
@see [ISFSEvents onUnsubscribeRoomGroup:]
32
@see [ISFSEvents onUnsubscribeRoomGroupError:]
33
@see SubscribeRoomGroupRequest
34
35
*/
36
+(id)requestWithGroupId:(NSString *)groupId;
37
38
@end
UnsubscribeRoomGroupRequest
Definition:
UnsubscribeRoomGroupRequest.h:19
SFS2X-ObjC-API
Classes
SFS2X
UnsubscribeRoomGroupRequest.h
Generated by
1.8.17