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

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

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

Methods in android.support.v4.app that return NotificationCompat.BigTextStyle
 NotificationCompat.BigTextStyle NotificationCompat.BigTextStyle.bigText(CharSequence cs)
          Provide the longer text to be displayed in the big form of the template in place of the content text.
 NotificationCompat.BigTextStyle NotificationCompat.BigTextStyle.setBigContentTitle(CharSequence title)
          Overrides ContentTitle in the big form of the template.
 NotificationCompat.BigTextStyle NotificationCompat.BigTextStyle.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.