public
static
interface
AlarmManager.OnAlarmListener
android.app.AlarmManager.OnAlarmListener |
Direct-notification alarms: the requester must be running continuously from the time the alarm is set to the time it is delivered, or delivery will fail. Only one-shot alarms can be set using this mechanism, not repeating alarms.
Public methods | |
---|---|
abstract
void
|
onAlarm()
Callback method that is invoked by the system when the alarm time is reached. |
void onAlarm ()
Callback method that is invoked by the system when the alarm time is reached.