setLimit method

Sets the limit for feed items. Android Reference: NotificationFeedRequestBuilder.setLimit(int limit)

Implementation

NotificationFeedRequestBuilder setLimit(int limit) {
  _limit = limit;
  return this;
}