fetchItems

abstract fun fetchItems(channel: Channel, itemsCount: Int, listener: IChannelProxy.IChannelFetchItemsListener?)

Fetch items from a specific channel (from server).

The fetched items must be retrieved in the @object:Channel object

Parameters

channel

@object:Channel The channel to retrieve items

itemsCount

int The number of elements to fetch

listener

IChannelFetchItemsListener Callback