Enumeration

ValentMessageBox

unstable since: 1.0

Declaration

enum Valent.MessageBox

Description [src]

Enumeration of message types. These are the same as those used in Android, however only VALENT_MESSAGE_BOX_SENT and VALENT_MESSAGE_BOX_INBOX are used currently.

See also: - https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html - https://developer.android.com/reference/android/provider/Telephony.BaseMmsColumns.html.

Available since: 1.0

Members

VALENT_MESSAGE_BOX_ALL

All messages.

  • Value: 0
  • Available since: 1.0
VALENT_MESSAGE_BOX_INBOX

Received incoming messages.

  • Value: 1
  • Available since: 1.0
VALENT_MESSAGE_BOX_SENT

Sent outgoing messages.

  • Value: 2
  • Available since: 1.0
VALENT_MESSAGE_BOX_DRAFTS

Unfinished outgoing messages.

  • Value: 3
  • Available since: 1.0
VALENT_MESSAGE_BOX_OUTBOX

Pending outgoing messages.

  • Value: 4
  • Available since: 1.0
VALENT_MESSAGE_BOX_FAILED

Failed outgoing messages.

  • Value: 5
  • Available since: 1.0
VALENT_MESSAGE_BOX_QUEUED

Queued outgoing messages.

  • Value: 6
  • Available since: 1.0