setUnread method
Sets the unread filter flag.
Android Reference: MessagesRequestBuilder.setUnread(bool unread)
Implementation
MessagesRequestBuilder setUnread(bool unread) {
this.unread = unread;
return this;
}
Sets the unread filter flag.
Android Reference: MessagesRequestBuilder.setUnread(bool unread)
MessagesRequestBuilder setUnread(bool unread) {
this.unread = unread;
return this;
}