Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 9ea7fe2

Browse files
author
Eduardo Fullea
committed
making SmsSegmentInfo a dictionary
1 parent e47c108 commit 9ea7fe2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -807,23 +807,23 @@ <h2>Event handlers</h2>
807807

808808
<!------------------------ Interface SmsSegmentInfo -------------------------->
809809
<section>
810-
<h2><a>SmsSegmentInfo</a> Interface</h2>
811-
<p>The <a>SmsSegmentInfo</a> interface contains information about the
810+
<h2><a>SmsSegmentInfo</a> Dictionary</h2>
811+
<p>The <a>SmsSegmentInfo</a> dictionary contains information about the
812812
segmentation of a given text to be sent as SMS.
813-
<dl title="[NoInterfaceObject] interface SmsSegmentInfo"
813+
<dl title="[NoInterfaceObject] dictionary SmsSegmentInfo"
814814
class="idl">
815-
<dt>readonly attribute long segments</dt>
815+
<dt>long segments</dt>
816816
<dd>MUST return the total number of SMS segments needed to send the input
817817
string, taking into account the encoding to be used to send such message as
818818
well as the overhead associated to concatenated SMS messages.</dd>
819819

820-
<dt>readonly attribute long charsPerSegment</dt>
820+
<dt>long charsPerSegment</dt>
821821
<dd>MUST return the number of characters available per SMS segment as per
822822
the encoding to be used to send the SMS message. In case the variable length
823823
encoding, the value of this element MUST be calculated asumming the minimum
824824
length for all the characters.</dd>
825825

826-
<dt>readonly attribute long charsAvailableInLastSegment</dt>
826+
<dt>long charsAvailableInLastSegment</dt>
827827
<dd>MUST return the maximum number of available characters in the last
828828
segment needed to send the input string. In case the variable length
829829
encoding, the value of this element MUST be calculated asumming the minimum

0 commit comments

Comments
 (0)