Most visited

Recently visited

NotificationCompat

public class NotificationCompat
extends NotificationCompat

java.lang.Object
   ↳ android.support.v4.app.NotificationCompat
     ↳ android.support.v7.app.NotificationCompat


An extension of NotificationCompat which supports NotificationCompat.MediaStyle. You should start using this variant if you need support for media styled notifications.

Summary

Nested classes

class NotificationCompat.Builder

See NotificationCompat

class NotificationCompat.MediaStyle

Notification style for media playback notifications. 

Inherited constants

From class android.support.v4.app.NotificationCompat

Public constructors

NotificationCompat()

Inherited methods

From class android.support.v4.app.NotificationCompat
From class java.lang.Object

Public constructors

NotificationCompat

NotificationCompat ()

Hooray!