File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1731,6 +1731,9 @@ public BigPictureStyle setSummaryText(CharSequence cs) {
17311731 return this ;
17321732 }
17331733
1734+ /**
1735+ * Provide the bitmap to be used as the payload for the BigPicture notification.
1736+ */
17341737 public BigPictureStyle bigPicture (Bitmap b ) {
17351738 mPicture = b ;
17361739 return this ;
@@ -1809,6 +1812,10 @@ public BigTextStyle setSummaryText(CharSequence cs) {
18091812 return this ;
18101813 }
18111814
1815+ /**
1816+ * Provide the longer text to be displayed in the big form of the
1817+ * template in place of the content text.
1818+ */
18121819 public BigTextStyle bigText (CharSequence cs ) {
18131820 mBigText = cs ;
18141821 return this ;
@@ -1889,6 +1896,9 @@ public InboxStyle setSummaryText(CharSequence cs) {
18891896 return this ;
18901897 }
18911898
1899+ /**
1900+ * Append a line to the digest section of the Inbox notification.
1901+ */
18921902 public InboxStyle addLine (CharSequence cs ) {
18931903 mTexts .add (cs );
18941904 return this ;
You can’t perform that action at this time.
0 commit comments