messageType property Null safety
read / write
Restricts the search scope only to retrieve the messages with the specified message type.
Implementation
MessageTypeFilter messageType = MessageTypeFilter.all;
Restricts the search scope only to retrieve the messages with the specified message type.
MessageTypeFilter messageType = MessageTypeFilter.all;