public class Notification
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Notification.Beep
This holds the information required for the beep notifications. 
 | 
static class  | 
Notification.BeepParams
This holds the information required for the beep pattern. 
 | 
static class  | 
Notification.LEDParams
This holds the information required for the LED notifications. 
 | 
static class  | 
Notification.VibrateParams
This holds the information required for the vibrate notifications. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
Notification.BeepParams | 
beep  | 
Notification.LEDParams | 
led  | 
Notification.VibrateParams | 
vibrate  | 
| Constructor and Description | 
|---|
Notification()  | 
public Notification.LEDParams led
public Notification.BeepParams beep
public Notification.VibrateParams vibrate