build method
Builds and returns a NotificationFeedRequest object.
Android Reference: NotificationFeedRequestBuilder.build()
Implementation
NotificationFeedRequest build() {
return NotificationFeedRequest._builder(this);
}
Builds and returns a NotificationFeedRequest object.
Android Reference: NotificationFeedRequestBuilder.build()
NotificationFeedRequest build() {
return NotificationFeedRequest._builder(this);
}