setCategory method
Sets the category filter.
Android Reference: NotificationFeedRequestBuilder.setCategory(String category)
Implementation
NotificationFeedRequestBuilder setCategory(String category) {
_category = category;
return this;
}
Sets the category filter.
Android Reference: NotificationFeedRequestBuilder.setCategory(String category)
NotificationFeedRequestBuilder setCategory(String category) {
_category = category;
return this;
}