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