public class EMSUserPromptIndicator extends EMSElement
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 FormConstructor and Description |
---|
EMSUserPromptIndicator(EMSElement element)
Construct a new EMS User Prompt Indicator.
|
Modifier and Type | Method and Description |
---|---|
void |
add(EMSElement element)
Add another EMS element.
|
java.lang.String |
toString() |
public EMSUserPromptIndicator(EMSElement element) throws java.lang.IllegalArgumentException
element
- the element for downloadjava.lang.IllegalArgumentException
- if the element is null or not
a EMSSound or EMSPicture.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
object XP, Inc. © 2000-2013. All rights reserved object XP