refreshArchivedBubbles

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

Refresh all archived bubbles from server. Limited to 500 bubbles.

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)