ItemView.withPageSize constructor

ItemView.withPageSize(
  1. int pageSize
)
Initializes a new instance of the The maximum number of elements the search operation should return.

Implementation

ItemView.withPageSize(int pageSize) : super.withPageSize(pageSize) {}