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 MozSmsSegmentInfo
인터페이스는 문자가 자동으로 어떻게 세그멘트로 나누어지는에 관한 정보를 제공합니다. 각 세그먼트는 멀티 파트 SMS 메시지의 단일 SMS를 나타냅니다.
MozSmsSegmentInfo
인터페이스는 직접적으로 인스턴스화 될 수 없습니다; 각 객체를 얻기 위해서는 MozSmsManager.getSegmentInfoForText()
메소드를 사용하십시오.
속성
-
MozSmsSegmentInfo.segments
Read only - 입력 문자열에 대한 총 세그먼트의 개수이다.
-
MozSmsSegmentInfo.charsPerSegment
Read only - 각 세그먼트당 사용 가능한 문자의 개수이다.
-
MozSmsSegmentInfo.charsAvailableInLastSegment
Read only - 마지막 세그먼트에서 사용 가능한 문자의 최대 개수이다.
스펙
이 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 |