refresh Active Bubbles
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
sort Field
String the bubble field to sort on
sort Order
Int the order requested -1 or 1