@@ -807,23 +807,23 @@ <h2>Event handlers</h2>
807
807
808
808
<!------------------------ Interface SmsSegmentInfo -------------------------->
809
809
< 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
812
812
segmentation of a given text to be sent as SMS.
813
- < dl title ="[NoInterfaceObject] interface SmsSegmentInfo "
813
+ < dl title ="[NoInterfaceObject] dictionary SmsSegmentInfo "
814
814
class ="idl ">
815
- < dt > readonly attribute long segments</ dt >
815
+ < dt > long segments</ dt >
816
816
< dd > MUST return the total number of SMS segments needed to send the input
817
817
string, taking into account the encoding to be used to send such message as
818
818
well as the overhead associated to concatenated SMS messages.</ dd >
819
819
820
- < dt > readonly attribute long charsPerSegment</ dt >
820
+ < dt > long charsPerSegment</ dt >
821
821
< dd > MUST return the number of characters available per SMS segment as per
822
822
the encoding to be used to send the SMS message. In case the variable length
823
823
encoding, the value of this element MUST be calculated asumming the minimum
824
824
length for all the characters.</ dd >
825
825
826
- < dt > readonly attribute long charsAvailableInLastSegment</ dt >
826
+ < dt > long charsAvailableInLastSegment</ dt >
827
827
< dd > MUST return the maximum number of available characters in the last
828
828
segment needed to send the input string. In case the variable length
829
829
encoding, the value of this element MUST be calculated asumming the minimum
0 commit comments