android.app
Class Notification.BigTextStyle
java.lang.Object
android.app.Notification.Style
android.app.Notification.BigTextStyle
- Enclosing class:
- Notification
public static class Notification.BigTextStyle
- extends Notification.Style
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Notification.BigTextStyle
public Notification.BigTextStyle()
Notification.BigTextStyle
public Notification.BigTextStyle(Notification.Builder builder)
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.