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

#import <FindRoomsRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithExpr:groupId:limit:
 

Class Methods

(id) + requestWithExpr:groupId:limit:
 
(id) + requestWithExpr:
 

Protected Attributes

MatchExpression_matchExpr
 
NSString * _groupId
 
NSInteger _limit
 

Detailed Description

Search Rooms in the system by matching their variables and properties against a MatchExpression

See also
MatchExpression

Method Documentation

◆ requestWithExpr:groupId:limit:

+ (id) requestWithExpr: (MatchExpression *)  expr
groupId: (NSString *)  groupId
limit: (NSInteger)  limit 
Parameters
exprthe match expression
groupIdthe id of the Room Group where to perform the search, if null the search will be Zone-wide (default)
limitthe number of results wanted. Zero means no limit, we will get all results (default)
See also
[ISFSEvent onRoomFindResult:]
MatchExpression
RoomProperties