The received handler is executed when an SMS has been received.
General info
- Specification
- To be specified
- Interface
- 
    SMSEvent
- Bubbles
- No
- Cancelable
- No
- Target
- Call
- Default Action
- None
Properties
| Property | Type | Description | 
|---|---|---|
| targetRead only | EventTarget | The event target (the topmost target in the DOM tree). | 
| typeRead only | DOMString | The type of event. | 
| bubblesRead only | boolean | Does the event normally bubble? | 
| cancelableRead only | boolean | Is it possible to cancel the event? | 
| messageRead only | SmsMessage | The message concerned by the event. |