public class NotificationParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Enable_State |
enableVibrator |
int |
ledDuration |
BeepType |
ReaderBeep |
int |
vibrationCounter |
Constructor and Description |
---|
NotificationParams() |
NotificationParams(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
readFromParcel(Parcel in) |
void |
SetIneffective() |
void |
writeToParcel(Parcel dest,
int flags) |
public BeepType ReaderBeep
public Enable_State enableVibrator
public int vibrationCounter
public int ledDuration
public static final <any> CREATOR