telephony library

Classes

ConversationColumn
Represents all the possible parameters for a Conversation
ConversationFilter
ConversationFilterStatement
Filter<T, K>
FilterStatement<T extends Filter, K>
OrderBy
SmsColumn
Represents all the possible parameters for a SMS
SmsConversation
Represents a conversation returned by the query conversation functions getConversations
SmsFilter
Filter to be applied to a SMS query operation.
SmsFilterStatement
SmsMessage
Represents a message returned by one of the query functions such as getInboxSms, getSentSms, getDraftSms
Telephony
A Flutter plugin to use telephony features such as

Enums

CallState
Represents state of cellular calls.
DataActivity
Represents state of cellular network data activity.
DataState
Represents data connection state.
NetworkType
Represents types of networks for a device.
PhoneType
Represents types of cellular technology supported by a device.
SendStatus
Represents the status of a sms message sent from the device.
ServiceState
Represents state of cellular service.
SignalStrength
Represents the quality of cellular signal.
SimState
Represents state of SIM.
SmsStatus
Represents states of SMS.
SmsType
Represents types of SMS.
Sort
Represents sort order for OrderBy.

Extensions

Value on Sort

Typedefs

MessageHandler = dynamic Function(SmsMessage message)
SmsSendStatusListener = dynamic Function(SendStatus status)