Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMSType ¶
type SMSType int64
SMSType is actually more like the status+origin of the message
const ( // SMSDefaultType is a SMSType from https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#MESSAGE_TYPE_ALL SMSDefaultType SMSType = iota // SMSInbox is a SMSType from https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#MESSAGE_TYPE_INBOX SMSInbox // SMSSent is a SMSType from https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#MESSAGE_TYPE_SENT SMSSent // SMSDraft is a SMSType from https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#MESSAGE_TYPE_DRAFT SMSDraft // SMSOutbox is a SMSType from https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#MESSAGE_TYPE_OUTBOX SMSOutbox // SMSFailed is a SMSType from https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#MESSAGE_TYPE_FAILED SMSFailed // SMSQueued is a SMSType from https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns#MESSAGE_TYPE_QUEUED SMSQueued )
func TranslateSMSType ¶
TranslateSMSType translates an SMS type from Signal's representation in its SQLite DB to an SMSType
Click to show internal directories.
Click to hide internal directories.