setLimit method
Sets the limit for feed items.
Android Reference: NotificationFeedRequestBuilder.setLimit(int limit)
Implementation
NotificationFeedRequestBuilder setLimit(int limit) {
_limit = limit;
return this;
}
Sets the limit for feed items.
Android Reference: NotificationFeedRequestBuilder.setLimit(int limit)
NotificationFeedRequestBuilder setLimit(int limit) {
_limit = limit;
return this;
}