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.
Constants
- BACKGROUND_SERVICE_INITIALIZED → const String
-
DEFAULT_CONVERSATION_COLUMNS
→ const List<
ConversationColumn> -
DEFAULT_SMS_COLUMNS
→ const List<
SmsColumn> - DIAL_PHONE_NUMBER → const String
- GET_ALL_CONVERSATIONS → const String
- GET_ALL_DRAFT_SMS → const String
- GET_ALL_INBOX_SMS → const String
- GET_ALL_SENT_SMS → const String
- GET_CALL_STATE → const String
- GET_CELLULAR_DATA_STATE → const String
- GET_DATA_ACTIVITY → const String
- GET_DATA_NETWORK_TYPE → const String
- GET_NETWORK_OPERATOR → const String
- GET_NETWORK_OPERATOR_NAME → const String
- GET_PHONE_TYPE → const String
- GET_SERVICE_STATE → const String
- GET_SIGNAL_STRENGTH → const String
- GET_SIM_OPERATOR → const String
- GET_SIM_OPERATOR_NAME → const String
- GET_SIM_STATE → const String
- HANDLE_BACKGROUND_MESSAGE → const String
-
INCOMING_SMS_COLUMNS
→ const List<
SmsColumn> - IS_NETWORK_ROAMING → const String
- IS_SMS_CAPABLE → const String
- ON_MESSAGE → const String
- OPEN_DIALER → const String
- REQUEST_PHONE_AND_SMS_PERMISSION → const String
- REQUEST_PHONE_PERMISSION → const String
- REQUEST_SMS_PERMISSION → const String
- SEND_MULTIPART_SMS → const String
- SEND_SMS → const String
- SEND_SMS_INTENT → const String
- SMS_DELIVERED → const String
- SMS_SENT → const String
Typedefs
- MessageHandler = dynamic Function(SmsMessage message)
- SmsSendStatusListener = dynamic Function(SendStatus status)