|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
com.nokia.mid.media | Provides an API for setting application preferred audio output mode |
com.nokia.mid.sound | Provides an API for simple audio capabilities |
com.nokia.mid.ui | Contains some graphics-related extensions for MIDP low-level UI APIs, such as Graphics and Canvas. |
These APIs provide Nokia UI extensions, which are implemented in Nokia Java ME Platform; in Nokia devices supporting Mobile Information Device Profile.
com.nokia.mid.ui
and com.nokia.mid.sound
.
MIDP 2.0 introduced some features, which before existed only in Nokia UI API. Hence, MIDP APIs should be used instead of Nokia UI APIs if a corresponding feature is available. More specifically those Nokia UI API methods that have deprecation tags should not be used in devices supporting MIDP version 2.0 or higher.
The system properties defined in this section MUST be made available to the application using java.lang.System.getProperty.
System property | Explanation |
---|---|
com.nokia.mid.ui.version | The system property for indicating the version of Nokia UI API. The property value is a string containing dot separated digits, for example 1.2, that indicates the version number of the implemented API version. |
com.nokia.mid.ui.joystick_event | The system property for indicating whether the joystick event listener is supported. The method call java.lang.System.getProperty("com.nokia.mid.ui.joystick_event") will return "true" if this feature is available in the device. |
com.nokia.mid.ui.softnotification | The system property for indicating whether managing soft notifications is supported. The method call java.lang.System.getProperty("com.nokia.mid.ui.softnotification") will return "true" if this feature is available in the device. |
com.nokia.mid.ui.customfontsize | The system property for indicating whether custom font height setting is supported. Returns "true" if this feature is available in the device. |
com.nokia.mid.ui.tactilefeedback | The system property for indicating whether tactile feedback is supported. Returns "true" if this feature is available in the device. |
com.nokia.mid.ui.screensaverprevention | The system property for indicating whether screen saver prevention is supported. Returns "true" if this feature is available in the device. |
|
forum.nokia.com/java | ||||||||
PREV NEXT | FRAMES NO FRAMES |