Uses of Class
android.app.Notification.Builder

Packages that use Notification.Builder
android.app   
 

Uses of Notification.Builder in android.app
 

Methods in android.app that return Notification.Builder
 Notification.Builder Notification.Builder.setAutoCancel(boolean autoCancel)
           
 Notification.Builder Notification.Builder.setContent(RemoteViews views)
           
 Notification.Builder Notification.Builder.setContentInfo(CharSequence info)
           
 Notification.Builder Notification.Builder.setContentIntent(PendingIntent intent)
           
 Notification.Builder Notification.Builder.setContentText(CharSequence text)
           
 Notification.Builder Notification.Builder.setContentTitle(CharSequence title)
           
 Notification.Builder Notification.Builder.setDefaults(int defaults)
           
 Notification.Builder Notification.Builder.setDeleteIntent(PendingIntent intent)
           
 Notification.Builder Notification.Builder.setFullScreenIntent(PendingIntent intent, boolean highPriority)
           
 Notification.Builder Notification.Builder.setLargeIcon(Bitmap icon)
           
 Notification.Builder Notification.Builder.setLights(int argb, int onMs, int offMs)
           
 Notification.Builder Notification.Builder.setNumber(int number)
           
 Notification.Builder Notification.Builder.setOngoing(boolean ongoing)
           
 Notification.Builder Notification.Builder.setOnlyAlertOnce(boolean onlyAlertOnce)
           
 Notification.Builder Notification.Builder.setProgress(int max, int progress, boolean indeterminate)
           
 Notification.Builder Notification.Builder.setSmallIcon(int icon)
           
 Notification.Builder Notification.Builder.setSmallIcon(int icon, int level)
           
 Notification.Builder Notification.Builder.setSound(Uri sound)
           
 Notification.Builder Notification.Builder.setSound(Uri sound, int streamType)
           
 Notification.Builder Notification.Builder.setTicker(CharSequence tickerText)
           
 Notification.Builder Notification.Builder.setTicker(CharSequence tickerText, RemoteViews views)
           
 Notification.Builder Notification.Builder.setVibrate(long[] pattern)
           
 Notification.Builder Notification.Builder.setWhen(long when)
           
 



Copyright © 2008-2012. All Rights Reserved.