android.support.v4.app
Class NotificationCompat.Style

java.lang.Object
  extended by android.support.v4.app.NotificationCompat.Style
Direct Known Subclasses:
NotificationCompat.BigPictureStyle, NotificationCompat.BigTextStyle, NotificationCompat.InboxStyle
Enclosing class:
NotificationCompat

public abstract static class NotificationCompat.Style
extends java.lang.Object

An object that can apply a rich notification style to a Notification.Builder object.


Constructor Summary
NotificationCompat.Style()
           
 
Method Summary
 Notification build()
           
 void setBuilder(NotificationCompat.Builder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationCompat.Style

public NotificationCompat.Style()
Method Detail

setBuilder

public void setBuilder(NotificationCompat.Builder builder)

build

public Notification build()