com.todoroo.andlib.service
Class NotificationManager.AndroidNotificationManager

java.lang.Object
  extended by com.todoroo.andlib.service.NotificationManager.AndroidNotificationManager
All Implemented Interfaces:
NotificationManager
Enclosing interface:
NotificationManager

public static class NotificationManager.AndroidNotificationManager
extends java.lang.Object
implements NotificationManager

Instantiation of notification manager that passes through to Android's notification manager

Author:
Tim Su

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.todoroo.andlib.service.NotificationManager
NotificationManager.AndroidNotificationManager
 
Constructor Summary
NotificationManager.AndroidNotificationManager(android.content.Context context)
           
 
Method Summary
 void cancel(int id)
           
 void cancelAll()
           
 void notify(int id, android.app.Notification notification)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationManager.AndroidNotificationManager

public NotificationManager.AndroidNotificationManager(android.content.Context context)
Method Detail

cancel

public void cancel(int id)
Specified by:
cancel in interface NotificationManager

cancelAll

public void cancelAll()
Specified by:
cancelAll in interface NotificationManager

notify

public void notify(int id,
                   android.app.Notification notification)
Specified by:
notify in interface NotificationManager