public static class Notification.BigTextStyle extends Notification.Style
mBuilder| Constructor and Description |
|---|
Notification.BigTextStyle() |
Notification.BigTextStyle(Notification.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Notification.BigTextStyle |
bigText(CharSequence cs) |
Notification |
build() |
Notification.BigTextStyle |
setBigContentTitle(CharSequence title) |
Notification.BigTextStyle |
setSummaryText(CharSequence cs) |
checkBuilder, getStandardView, internalSetBigContentTitle, internalSetSummaryText, setBuilderpublic Notification.BigTextStyle()
public Notification.BigTextStyle(Notification.Builder builder)
public Notification.BigTextStyle setBigContentTitle(CharSequence title)
public Notification.BigTextStyle setSummaryText(CharSequence cs)
public Notification.BigTextStyle bigText(CharSequence cs)
public Notification build()
build in class Notification.StyleCopyright © 2008-2013. All Rights Reserved.