getKvnMessages

fun getKvnMessages(strategy: KvnLoadStrategy = KvnLoadStrategy.CACHE): Observable<List<KvnMessage>>

Get all KVN messages, This Observable will emmit all kvn messages when updated, use REFRESH strategy to fetch from server.

If REFRESH KvnLoadStrategy is parsed as parameter the cache is refreshed from the backend

Return

a Observable that emits the list of all Kvn Messages.

Parameters

strategy

The load strategy CACHE or REFRESH default is CACHE