public class ShadowAlarmManager.ScheduledAlarm extends 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) |
Copyright © 2016. All rights reserved.