Mesibo - Other Messaging Functions
In this reference section, we will describe MesiboMessage class functions that are not covered elsewhere or for general use.
Message Status Functions
| function | Description |
|---|---|
| isIncoming() | returns true if the message was received (incoming) |
| isOutgoing() | returns true if the Message was sent or being sent (outgoing) |
| isInOutbox() | returns true if the message is being sent |
| isSent() | returns true if the message is sent but not delivered yet |
| isDelivered() | returns true if the message is delivered but not read yet |
| isReadByPeer() | returns true if the message was delivered and read |
| isReadByUs() | returns true if the incoming message was read |
| isUnread() | returns true if the incoming message is unread |
| isCustom() | returns true if the message is the custom message saved locally (not incoming or outgoing) |
| isUnread() | returns true if the incoming message is unread |