|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.objectxp.msg.ems.EMSElement
com.objectxp.msg.ems.EMSUserPromptIndicator
public class EMSUserPromptIndicator
This class represents a EMS User Prompt Indicator. The User Prompt Indicator (UPI) makes it possible for content providers to create so called Download Messages which can include EMS objects that are larger than would fit in a normal EMS message.
The UPI indicator may be assigned to the following EMS elements:
The object can be split over several Short Messages in a Concatenated Message. When all parts are received, the phone assembles the object automatically without user interaction. This is referred to as stitching.
Note: It is important to see the difference of Concatenated Messages with and without the use of UPI. For example, no single EMS element in a Concatenated Message without UPI can be larger than to fit in a single message segment. However, the use of UPI allows phone users to download one large object which is assembled from all the segments of a Concatenated Message.
EMSMessage,
Serialized Form| Constructor Summary | |
|---|---|
EMSUserPromptIndicator(EMSElement element)
Construct a new EMS User Prompt Indicator. |
|
| Method Summary | |
|---|---|
void |
add(EMSElement element)
Add another EMS element. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EMSUserPromptIndicator(EMSElement element)
throws java.lang.IllegalArgumentException
element - the element for download
java.lang.IllegalArgumentException - if the element is null or not
a EMSSound or EMSPicture.| Method Detail |
|---|
public void add(EMSElement element)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - if the element is null, not a EMSSound
or EMSPicture or not all elements for this UPI are the same type.public java.lang.String toString()
toString in class java.lang.Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||