android.app
Class NotificationManager

java.lang.Object
  extended by android.app.NotificationManager

public class NotificationManager
extends Object


Method Summary
 void cancel(int id)
           
 void cancel(String tag, int id)
           
 void cancelAll()
           
 void notify(int id, Notification notification)
           
 void notify(String tag, int id, Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

notify

public void notify(int id,
                   Notification notification)

notify

public void notify(String tag,
                   int id,
                   Notification notification)

cancel

public void cancel(int id)

cancel

public void cancel(String tag,
                   int id)

cancelAll

public void cancelAll()


Copyright © 2008-2012. All Rights Reserved.