android.app
Class Notification.InboxStyle

java.lang.Object
  extended by android.app.Notification.Style
      extended by android.app.Notification.InboxStyle
Enclosing class:
Notification

public static class Notification.InboxStyle
extends Notification.Style


Field Summary
 
Fields inherited from class android.app.Notification.Style
mBuilder
 
Constructor Summary
Notification.InboxStyle()
           
Notification.InboxStyle(Notification.Builder builder)
           
 
Method Summary
 Notification.InboxStyle addLine(CharSequence cs)
           
 Notification build()
           
 Notification.InboxStyle setBigContentTitle(CharSequence title)
           
 Notification.InboxStyle setSummaryText(CharSequence cs)
           
 
Methods inherited from class android.app.Notification.Style
checkBuilder, getStandardView, internalSetBigContentTitle, internalSetSummaryText, setBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification.InboxStyle

public Notification.InboxStyle()

Notification.InboxStyle

public Notification.InboxStyle(Notification.Builder builder)
Method Detail

setBigContentTitle

public Notification.InboxStyle setBigContentTitle(CharSequence title)

setSummaryText

public Notification.InboxStyle setSummaryText(CharSequence cs)

addLine

public Notification.InboxStyle addLine(CharSequence cs)

build

public Notification build()
Specified by:
build in class Notification.Style


Copyright © 2008-2012. All Rights Reserved.