FileDocCategorySizeDatePackage
NotificationManagerCompatEclair.javaAPI DocAndroid 5.1 API1139Thu Mar 12 22:22:56 GMT 2015android.support.v4.app

NotificationManagerCompatEclair

public class NotificationManagerCompatEclair extends Object

Fields Summary
Constructors Summary
Methods Summary
static voidcancelNotification(android.app.NotificationManager notificationManager, java.lang.String tag, int id)

        notificationManager.cancel(tag, id);
    
public static voidpostNotification(android.app.NotificationManager notificationManager, java.lang.String tag, int id, android.app.Notification notification)

        notificationManager.notify(tag, id, notification);