to top
Android APIs
public static abstract class

NotificationCompat.Style

extends Object
java.lang.Object
   ↳ android.support.v4.app.NotificationCompat.Style
Known Direct Subclasses

Class Overview

An object that can apply a rich notification style to a Notification.Builder object.
If the platform does not provide rich notification styles, methods in this class have no effect.

Summary

Public Constructors

? Examples
NotificationCompat.Style()
Public Methods

? Examples
Notification build()

? Examples
void setBuilder( NotificationCompat.Builder builder)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NotificationCompat.Style ()

Public Methods

public Notification build ()

public void setBuilder (NotificationCompat.Builder builder)

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.