public class ShadowAlarmManager.ScheduledAlarm
extends java.lang.Object
AlarmManager| Modifier and Type | Field and Description |
|---|---|
long |
interval |
android.app.PendingIntent |
operation |
long |
triggerAtTime |
int |
type |
| Constructor and Description |
|---|
ScheduledAlarm(int type,
long triggerAtTime,
long interval,
android.app.PendingIntent operation) |
ScheduledAlarm(int type,
long triggerAtTime,
android.app.PendingIntent operation) |