setLimit

fun setLimit(limit: Int): DirectCallLogListQuery.Params

Sets limit of result which can be retrieved at once. If the limit is set to over 100, limit will be set to 100. And if the limit is set to negative value, limit will be set to 10.

Return

Current instance.

Since

0.6.0

Parameters

limit

Query result limit.