Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
This API is available on Firefox OS for internal applications only.
요약
DOM MozSmsFilter
인터페이스는 SmsMessage
객체들을 필터링하기 위한 방법을 제공합니다.
속성
-
MozSmsFilter.startDate
-
메시지를 필터링하기 위한 시작일을 나타내는
Date
이다. -
MozSmsFilter.endDate
-
메시지를 필터링하기 위한 종료일을 나타내는
Date
이다. -
MozSmsFilter.numbers
-
전화번호로 필터링하기 위한
DOMString
의 배열이다. -
MozSmsFilter.delivery
-
메시지를 전달 상태에 따라 필터링하기 위해 "sent"와 "received" 값을 가지게 되는
DOMString
이다. -
MozSmsFilter.read
- 메시지를 읽었는지 읽지 않았는지를 필터링하는 Boolean 이다.
-
MozSmsFilter.threadid
- 스레드 id를 나타내는 숫자이다.
스펙
이 API는 비 표준 스펙의 구현체입니다. 하지만 W3C의 System Application Working Group에서 논의되고 있습니다.
Specification | Status | Comment |
---|---|---|
Messaging API | Editor's Draft | Editor Draft (WIP). |
브라우저 호환성
당연하게도, 모바일 브라우저를 주로 지원할 것으로 예상됩니다.
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | Not supported | Not supported | Not supported | Not supported | Not supported |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | Not supported | 12.0 (12.0) Moz | Not supported | Not supported | Not supported |