get Poll Change Logs Since Timestamp
fun BaseChannel.getPollChangeLogsSinceTimestamp(ts: Long, handler: ResultHandler<PollChangeLogsResult>?)
Requests poll change logs after given timestamp. The result is passed to handler
.
Since
4.15.0
Parameters
ts
Timestamp to load change logs. Change logs after this timestamp will be returned.
handler
Callback handler.
See also
Deprecated
As of 4.17.0, replaced with awaitGetPollChangeLogsSinceTimestamp(ts).
Replace with
awaitGetPollChangeLogsSinceTimestamp(ts)
Content copied to clipboard
Requests poll change logs after given timestamp. The result is passed to handler
.
Return
The poll change logs result
Since
4.15.0
Parameters
ts
Timestamp to load change logs. Change logs after this timestamp will be returned.