refreshActiveBubbles
abstract suspend fun refreshActiveBubbles( offset: Int, limit: Int, sortField: String = "lastActivityDate", sortOrder: Int = 1): RainbowResult<List<IRainbowRoom>>
Refresh all active bubbles from server.
Return
RainbowResult> callback (onSuccess, onError)
Parameters
offset
Int the start offset
limit
Int the number of Bubbles to get
sortField
String the bubble field to sort on
sortOrder
Int the order requested -1 or 1