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

NotificationCompatGingerbread

public class NotificationCompatGingerbread extends Object

Fields Summary
Constructors Summary
Methods Summary
public static android.app.Notificationadd(android.app.Notification notification, android.content.Context context, java.lang.CharSequence contentTitle, java.lang.CharSequence contentText, android.app.PendingIntent contentIntent, android.app.PendingIntent fullScreenIntent)

        notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
        notification.fullScreenIntent = fullScreenIntent;
        return notification;