getEventHistory

open override fun getEventHistory(query: DataQuery?): SyncEventList

Return a list of the synchronization events since the local database was created.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.SyncEvent#eventID SyncEvent.eventID}, {@link com.sap.cloud.mobile.kotlin.odata.SyncEvent#type SyncEvent.type}, {@link com.sap.cloud.mobile.kotlin.odata.SyncEvent#time SyncEvent.time}, {@link com.sap.cloud.mobile.kotlin.odata.SyncEvent#details SyncEvent.details}.

Return

a list of the synchronization events since the local database was created.

Parameters

query

(nullable) If specified, then {@link com.sap.cloud.mobile.kotlin.odata.DataQuery#queryFilter DataQuery.queryFilter} will be used for event filtering and {@link com.sap.cloud.mobile.kotlin.odata.DataQuery#sortItems DataQuery.sortItems} will be used for result ordering. If not specified (or null), all synchronization events will be returned.