Uses of Class
android.support.v4.app.NotificationCompat.BigPictureStyle

Packages that use NotificationCompat.BigPictureStyle
android.support.v4.app Support android.app classes to assist with development of applications for android API level 4 or later. 
 

Uses of NotificationCompat.BigPictureStyle in android.support.v4.app
 

Methods in android.support.v4.app that return NotificationCompat.BigPictureStyle
 NotificationCompat.BigPictureStyle NotificationCompat.BigPictureStyle.bigLargeIcon(android.graphics.Bitmap b)
          Override the large icon when the big notification is shown.
 NotificationCompat.BigPictureStyle NotificationCompat.BigPictureStyle.bigPicture(android.graphics.Bitmap b)
          Provide the bitmap to be used as the payload for the BigPicture notification.
 NotificationCompat.BigPictureStyle NotificationCompat.BigPictureStyle.setBigContentTitle(CharSequence title)
          Overrides ContentTitle in the big form of the template.
 NotificationCompat.BigPictureStyle NotificationCompat.BigPictureStyle.setSummaryText(CharSequence cs)
          Set the first line of text after the detail section in the big form of the template.
 



Copyright © 2013 Marek Kedzierski. All Rights Reserved.