Articles tagged: WebSMS
Found 71 documents
- Mozilla/B2G_OS/API/Mobile_Messaging_API/Introduction_to_Mobile_Message_API A part of the core functionality in a mobile phone is sending and receiving SMS and MMS ...
- Mozilla/B2G_OS/API/MozMmsEvent The DOM MozMmsEvent represents events related to WebSMS MMS messages.
- Mozilla/B2G_OS/API/MozMmsEvent/message The message property is the MozMmsMessage from which the event originated.
- Mozilla/B2G_OS/API/MozMmsMessage The DOM MozMmsMessage object represents an MMS message and has all the information about sender, ...
- Mozilla/B2G_OS/API/MozMmsMessage/attachments The attachments property gives access to the list of all the MMS attachments (resources ...
- Mozilla/B2G_OS/API/MozMmsMessage/delivery The delivery property represents the current state of the message delivery from the device ...
- Mozilla/B2G_OS/API/MozMmsMessage/deliveryStatus The deliveryStatus property represents the current state of the message delivery from the ...
- Mozilla/B2G_OS/API/MozMmsMessage/expiryDate The expiryDate property represents the expiry date for an MMS to be manually downloaded.
- Mozilla/B2G_OS/API/MozMmsMessage/id The id property represents the unique id of the message.
- Mozilla/B2G_OS/API/MozMmsMessage/read The read property indicates if the message has been read (true) or not (false).
- Mozilla/B2G_OS/API/MozMmsMessage/receivers The receivers property provides the list of all receivers for a given message. Each receiver is ...
- Mozilla/B2G_OS/API/MozMmsMessage/sender The sender property provides the phone number of the sender of a given message.
- Mozilla/B2G_OS/API/MozMmsMessage/smil The smil property represents a stringified version of the SMIL content of the message (an MMS is ...
- Mozilla/B2G_OS/API/MozMmsMessage/subject The subject property is a string representing the subject of the message (in many cases, its title).
- Mozilla/B2G_OS/API/MozMmsMessage/threadId The threadId property represents the id of the thread the message is part of.
- Mozilla/B2G_OS/API/MozMmsMessage/timestamp The timestamp property represents the timestamp of a given message.
- Mozilla/B2G_OS/API/MozMmsMessage/type The type property represents the type of the message. It provides a convenient way to be sure ...
- Mozilla/B2G_OS/API/MozMobileMessageManager Provides support for sending and managing both MMS and SMS messages on a device with WebSMS.
- Mozilla/B2G_OS/API/MozMobileMessageManager/delete The delete method is used to delete a given message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getMessage The getMessage method is used to access a given SMS message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getMessages The getMessages method is used to access a list of messages.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getSegmentInfoForText The getSegmentInfoForText method is used to get the information necessary to create a multi-part ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/getThreads The getThreads method is used to iterate through a list of MozMobileMessageThread objects. Each ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/markMessageRead The markMessageRead method is used to change the read state of a given message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/ondeliveryerror Specifies an event listener to receive deliveryerror events. These events occur when an SMS or ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/ondeliverysuccess Specifies an event listener to receive deliverysuccess events. These events occur when an SMS or ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onfailed Specifies an event listener to receive failed events. These events occur when an SMS or MMS has ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onreceived Specifies an event listener to receive received events. These events occur when an SMS or MMS is ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onretrieving Specifies an event listener to receive retrieving events. These events occur when an SMS or MMS ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onsending Specifies an event listener to receive sending events. These events occur when an SMS or MMS ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onsent Specifies an event listener to receive sent events. These events occur when an SMS or MMS is sent.
- Mozilla/B2G_OS/API/MozMobileMessageManager/retrieveMMS The retrieveMMS method is used to access a given MMS message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/send The send method is used to send an SMS message to one or more receivers.
- Mozilla/B2G_OS/API/MozMobileMessageManager/sendMMS The sendMMS method is used to send an MMS message to one or more receivers.
- Mozilla/B2G_OS/API/MozMobileMessageThread The DOM MozMobileMessageThread object represents a thread of messages.
- Mozilla/B2G_OS/API/MozMobileMessageThread/body The body property represents the body of the last message available in the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/id The id property represents the unique id of the thread. Each message belonging to that thread ...
- Mozilla/B2G_OS/API/MozMobileMessageThread/lastMessageType The lastMessageType property represents the type of the last message in the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/participants The participants property is a list of all the participants' addresses to the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/unreadCount The unreadCount property represents the number of unread messages belonging to the thread.
- Mozilla/B2G_OS/API/MozSmsEvent The DOM MozSmsEvent represents events related to WebSMS text messages.
- Mozilla/B2G_OS/API/MozSmsEvent/message The message property is the MozSmsMessage from which the event originated
- Mozilla/B2G_OS/API/MozSmsFilter The MozSmsFilter interface provides a way to filter out MozSmsMessage or MozMmsMessage objects ...
- Mozilla/B2G_OS/API/MozSmsFilter/delivery The delivery property represents a possible value to match the messages' delivery property to ...
- Mozilla/B2G_OS/API/MozSmsFilter/endDate The endDate property represents the newest message's timestamp to filter out messages.
- Mozilla/B2G_OS/API/MozSmsFilter/numbers The numbers property represents a list of phone numbers to filter out messages.
- Mozilla/B2G_OS/API/MozSmsFilter/read The read property allows to filter out messages based on their read (true) or unread (false) status.
- Mozilla/B2G_OS/API/MozSmsFilter/startDate The startDate property represents the oldest message's timestamp to filter out messages.
- Mozilla/B2G_OS/API/MozSmsFilter/threadId The threadId property represents a thread id to filter out messages.
- Mozilla/B2G_OS/API/MozSmsManager Provides support for sending and managing SMS messages on a device with WebSMS.
- Mozilla/B2G_OS/API/MozSmsMessage The DOM MozSmsMessage object represents an SMS text message and has all the information about ...
- Mozilla/B2G_OS/API/MozSmsMessage/body The body property represents the content of the message.
- Mozilla/B2G_OS/API/MozSmsMessage/delivery The delivery property represents the current state of the message delivery from the device ...
- Mozilla/B2G_OS/API/MozSmsMessage/deliveryStatus The deliveryStatus property represents the current state of the message delivery from the ...
- Mozilla/B2G_OS/API/MozSmsMessage/id The id property represents the unique id of the message.
- Mozilla/B2G_OS/API/MozSmsMessage/messageClass The messageClass property provides the class of a given message. SMS Classes are defined within ...
- Mozilla/B2G_OS/API/MozSmsMessage/read The read property indicates if the message has been read (true) or not (false).
- Mozilla/B2G_OS/API/MozSmsMessage/receiver The receiver property provides the phone number of the message's receiver.
- Mozilla/B2G_OS/API/MozSmsMessage/sender The sender property provides the phone number of the sender of a given message.
- Mozilla/B2G_OS/API/MozSmsMessage/threadId The threadId property represents the id of the thread the message is part of.
- Mozilla/B2G_OS/API/MozSmsMessage/timestamp The timestamp property represents the timestamp of a given message.
- Mozilla/B2G_OS/API/MozSmsMessage/type The type property represents the type of the message. It provides a convenient way to be sure ...
- Mozilla/B2G_OS/API/MozSmsSegmentInfo The DOM MozSmsSegmentInfo interface provides information about how a string of text will be ...
- Mozilla/B2G_OS/API/MozSmsSegmentInfo/charsAvailableInLastSegment The charsAvailableInLastSegment property represents the total number of characters available for ...
- Mozilla/B2G_OS/API/MozSmsSegmentInfo/charsPerSegment The charPerSegment property represents the total number of characters allowed per segment.
- Mozilla/B2G_OS/API/MozSmsSegmentInfo/segments The segments property represents the total number of segments available for the provided text.
- Mozilla/B2G_OS/API/Navigator/mozMobileMessage Returns a MozMobileMessageManager object you can use to receive and send MMS and SMS messages.
- Mozilla/B2G_OS/API/Navigator/mozSms Returns an SmsManager object you can use to receive and send SMS messages.
- Mozilla/Tech/XPCOM/Reference/Interface/nsISmsDatabaseService Implemented by: @mozilla.org/sms/smsdatabaseservice;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsISmsRequestManager Implemented by: @mozilla.org/sms/smsrequestmanager;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsISmsService Implemented by: @mozilla.org/sms/smsservice;1. To create an instance, use: