MIDP3.0

Uses of Class
javax.microedition.lcdui.NotificationType

Packages that use NotificationType
javax.microedition.lcdui The APIs in the LCDUI package provide a set of features for implementing user interfaces in MIDP applications. 
 

Uses of NotificationType in javax.microedition.lcdui
 

Fields in javax.microedition.lcdui declared as NotificationType
static NotificationType NotificationType.CALL
          The standard notification type for missed calls.
static NotificationType NotificationType.EMAIL
          The standard notification type for email messages.
static NotificationType NotificationType.IM
          The standard notification type for instant messaging messages.
static NotificationType NotificationType.MMS
          The standard notification type for mms messages.
static NotificationType NotificationType.REMINDER
          The standard notification type for reminders (typically calendar reminders, or task reminders).
static NotificationType NotificationType.SMS
          The standard notification type for sms messages.
 

Methods in javax.microedition.lcdui that return NotificationType
 NotificationType Notification.getType()
          Get the NotificationType associated with this Notification.
 

Constructors in javax.microedition.lcdui with parameters of type NotificationType
Notification(NotificationType type)
          Creates a new Notification with the given type.
Notification(NotificationType type, java.lang.String label)
          Creates a new Notification with the given type and label.
Notification(NotificationType type, java.lang.String label, Image image)
          Creates a new Notification with the given type, label and image.
 


MIDP3.0

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.