setChannelId method

NotificationFeedRequestBuilder setChannelId(
  1. String channelId
)

Sets the channel ID filter. Android Reference: NotificationFeedRequestBuilder.setChannelId(String channelId)

Implementation

NotificationFeedRequestBuilder setChannelId(String channelId) {
  _channelId = channelId;
  return this;
}