RoomListQuery
@objcMembers
@objc(SBCRoomListQuery)
public class RoomListQuery : NSObject
A class that is used to query Rooms.
Since
1.7.0-
Declaration
Swift
@objcMembers @objc(SBCRoomListQueryParams) public class Params : NSObject
-
Determines whether the query is loading.
Since
1.7.0Declaration
Swift
public var isLoading: Bool
-
Indicates whether there are more rooms to be queried.
Since
1.7.0Declaration
Swift
public var hasNext: Bool