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

Commit 41446e8

Browse files
author
Eduardo Fullea
committed
renaming getSegmentInfoForText to segmentInfo
1 parent 9ea7fe2 commit 41446e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ <h2><a>SmsManager</a> Interface</h2>
467467
identifier of the different services for this type of messaging service
468468
(e.g. 'sms_sim1').</dd>
469469

470-
<dt> SmsSegmentInfo getSegmentInfoForText ()</dt>
470+
<dt> SmsSegmentInfo segmentInfo ()</dt>
471471
<dd>This method returns an <code>SmsSegmentInfo</code> object including
472472
information on the number of concatenated SMS segments needed to send the
473473
text in the <code>text</code> parameter, the number of characters available
@@ -636,7 +636,7 @@ <h3>Steps</h3>
636636
</ol>
637637
</ol>
638638

639-
<p> The <dfn><code>getSegmentInfoForText</code></dfn> method when invoked MUST
639+
<p> The <dfn><code>segmentInfo</code></dfn> method when invoked MUST
640640
return a <code>SmsSegmentInfo</code> object that contains the following
641641
elements:
642642
<ol>

0 commit comments

Comments
 (0)