refresh Inactive Bubbles
abstract suspend fun refreshInactiveBubbles(offset: Int, limit: Int, sortField: String = "lastActivityDate", sortOrder: Int = 1): RainbowResult<List<IRainbowRoom>>
Refresh all inactive 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