refreshActiveBubbles

abstract fun refreshActiveBubbles(offset: Int, limit: Int, sortField: String = "lastActivityDate", sortOrder: Int = 1, listener: RainbowListener<List<IRainbowRoom>, Unit>? = null)

Refresh all active bubbles from server.

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

listener

RainbowListener, Unit> callback (onSuccess, onError)