refreshMyBubbles
abstract suspend fun refreshMyBubbles( offset: Int, limit: Int, sortField: String = "lastActivityDate", sortOrder: Int = 1): RainbowResult<List<IRainbowRoom>>
Refresh all user bubbles from server. Limited to 500 bubbles.
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