build method

Builds and returns a NotificationFeedRequest object.

Android Reference: NotificationFeedRequestBuilder.build()

Implementation

NotificationFeedRequest build() {
  return NotificationFeedRequest._builder(this);
}