refreshInactiveBubbles

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

Refresh all inactive 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

RainbowListenerIRainbowRoom>, Unit> callback (onSuccess, onError)