Class ShadowAlarmManager.ScheduledAlarm

    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduledAlarm​(int type, long triggerAtTime, long interval, android.app.PendingIntent operation, android.app.PendingIntent showIntent)  
      ScheduledAlarm​(int type, long triggerAtTime, android.app.PendingIntent operation, android.app.PendingIntent showIntent)  
    • Field Detail

      • type

        public final int type
      • triggerAtTime

        public final long triggerAtTime
      • interval

        public final long interval
      • operation

        public final android.app.PendingIntent operation
      • showIntent

        public final android.app.PendingIntent showIntent
      • onAlarmListener

        public final android.app.AlarmManager.OnAlarmListener onAlarmListener
      • handler

        public final android.os.Handler handler
    • Constructor Detail

      • ScheduledAlarm

        public ScheduledAlarm​(int type,
                              long triggerAtTime,
                              android.app.PendingIntent operation,
                              android.app.PendingIntent showIntent)
      • ScheduledAlarm

        public ScheduledAlarm​(int type,
                              long triggerAtTime,
                              long interval,
                              android.app.PendingIntent operation,
                              android.app.PendingIntent showIntent)