android.app
Class Notification.BigTextStyle

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

public static class Notification.BigTextStyle
extends Notification.Style


Field Summary
 
Fields inherited from class android.app.Notification.Style
mBuilder
 
Constructor Summary
Notification.BigTextStyle()
           
Notification.BigTextStyle(Notification.Builder builder)
           
 
Method Summary
 Notification.BigTextStyle bigText(CharSequence cs)
           
 Notification build()
           
 Notification.BigTextStyle setBigContentTitle(CharSequence title)
           
 Notification.BigTextStyle 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.BigTextStyle

public Notification.BigTextStyle()

Notification.BigTextStyle

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

setBigContentTitle

public Notification.BigTextStyle setBigContentTitle(CharSequence title)

setSummaryText

public Notification.BigTextStyle setSummaryText(CharSequence cs)

bigText

public Notification.BigTextStyle bigText(CharSequence cs)

build

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


Copyright © 2008-2012. All Rights Reserved.