|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccImProp>
com.aol.acc.AccImProp
public enum AccImProp
The IAccIm interface represents an instant message.
By default IAccIms are of the text/x-aolrtf MIME type, and pass their
data unchanged to/from the application. IAccIm also supports the
ability to convert the content to/from other MIME types, using
the GetConvertedText and ConvertToMimeType calls.
Supported types include the default text/x-aolrtf, and:
application/xhtml+xml
application/x-aol-xhtml-div+xml
text/plain
Applications that want to handle text/x-aolrtf directly do not need
to concern themselves with these APIs, but it is strongly recommended
that applications use application/xhtml+xml instead.
This allows use of standard compose/render controls, and also ensures
that the data received by the renderer is sanitized and well-formed.
IAccIm will also accept text/html as an input format, to support compose
controls that cannot generate XHTML.
| Enum Constant Summary | |
|---|---|
ActualContentFlags
Flags that describe content of the IM. |
|
AllowedContentFlags
Ignored when IM sent as standard IM. |
|
AllowImages
DEPRECATED. |
|
BigIcon
Can be 48x48...128x128, GIF/PNG/JPG/JPG2000/SWF |
|
BuddyIcon
The buddy icon associated with the IM. |
|
ContainsImages
DEPRECATED. |
|
Cookie
The unique id for this IM |
|
Disposition
Use ACC_E_PLUGIN_ABORTED_ACTION or ACC_E_PLUGIN_CONSUMED_ACTION, as appropriate |
|
Flags
The flags for the IM, from AccImFlags |
|
FlashWallpaper
The flash wallpaper associated with the IM. |
|
Local
Whether this IM is to be appended as a "status message" in local IM session history instead of being sent over the wire. |
|
MimeType
The MIME type of the IM being sent, i.e. |
|
SegmentCharsRemaining
The number of characters remaining in this IM before another SMS segment is required |
|
Segments
The number of SMS segments required for this IM |
|
SerializedText
A private, serialized representation of the IAccIm. |
|
Sound
The sound associated with the IM. |
|
StreamCount
The current number of embedded streams. |
|
Subject
The subject (used for away message label) |
|
SuperIcon
The super buddy icon associated with the IM. |
|
SuperIconTrigger
The super buddy icon trigger associated with the IM. |
|
Timestamp
The timestamp of the IM |
|
UNKNOWNVALUE
|
|
Verified
Whether the IM has a verified digital signature |
|
Wallpaper
The wallpaper associated with the IM. |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccImProp |
intToEnum(int value)
|
AccImProp |
or(AccImProp val)
|
int |
value()
|
static AccImProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccImProp[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccImProp UNKNOWNVALUE
public static final AccImProp MimeType
public static final AccImProp Flags
public static final AccImProp Timestamp
public static final AccImProp Verified
public static final AccImProp Segments
public static final AccImProp SegmentCharsRemaining
public static final AccImProp Cookie
public static final AccImProp ContainsImages
public static final AccImProp AllowImages
public static final AccImProp Subject
public static final AccImProp StreamCount
public static final AccImProp Disposition
public static final AccImProp SerializedText
public static final AccImProp Local
public static final AccImProp AllowedContentFlags
public static final AccImProp ActualContentFlags
public static final AccImProp BuddyIcon
public static final AccImProp SuperIcon
public static final AccImProp SuperIconTrigger
public static final AccImProp BigIcon
public static final AccImProp Wallpaper
public static final AccImProp Sound
public static final AccImProp FlashWallpaper
| Method Detail |
|---|
public static final AccImProp[] values()
for(AccImProp c : AccImProp.values())
System.out.println(c);
public static AccImProp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccImProp or(AccImProp val)
public static AccImProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||