net.rim.blackberry.api.messagelist
Interface ApplicationMessage.Status
- Enclosing interface:
- ApplicationMessage
public static interface ApplicationMessage.Status
Defines generic application message statuses that may be optionally
supported by application. Currently the generic statuses are used in
search operations only.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.6.0
Field Summary |
|
static int |
DRAFT
Status for a draft message. |
|
static int |
INCOMING
Status for incoming or received message. |
|
static int |
OPENED
Status for an opened message. |
|
static int |
OUTGOING
Status for outgoing or sent message. |
|
static int |
UNOPENED
Status for an unopened message. |
OPENED
static final int OPENED
- Status for an opened message. If application message has this flag
set in status then the message is considered opened.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.6.0
UNOPENED
static final int UNOPENED
- Status for an unopened message. If application message has this flag
set in status then the message is considered unopened. Application
message that has this status will be highlighted (by bold font) in
the message list as a new message.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.6.0
DRAFT
static final int DRAFT
- Status for a draft message. If application message has this flag set
in status then the message is considered a draft.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.6.0
INCOMING
static final int INCOMING
- Status for incoming or received message. If application message has
this flag set in status then the message is considered incoming or
received.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.6.0
OUTGOING
static final int OUTGOING
- Status for outgoing or sent message. If application message has this
flag set in status then the message is considered outgoing or sent.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.6.0
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.