com.todoroo.andlib.service
Interface NotificationManager

All Known Implementing Classes:
NotificationManager.AndroidNotificationManager

public interface NotificationManager

Notification Manager stub

Author:
Tim Su

Nested Class Summary
static class NotificationManager.AndroidNotificationManager
          Instantiation of notification manager that passes through to Android's notification manager
 
Method Summary
 void cancel(int id)
           
 void cancelAll()
           
 void notify(int id, android.app.Notification notification)
           
 

Method Detail

cancel

void cancel(int id)

cancelAll

void cancelAll()

notify

void notify(int id,
            android.app.Notification notification)