Skip to content

Commit c0e03a7

Browse files
iernierogerhu
authored andcommitted
Update the Javadoc (#726)
1 parent 538de56 commit c0e03a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Parse/src/main/java/com/parse/ParsePushBroadcastReceiver.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@
6868
* {@link #onPushOpen(Context, Intent)}, or {@link #onPushDismiss(Context, Intent)}.
6969
* To make minor changes to the appearance of a notification, override
7070
* {@link #getSmallIconId(Context, Intent)} or {@link #getLargeIcon(Context, Intent)}. To completely
71-
* change the Notification generated, override {@link #getNotification(Context, Intent)}. To change
72-
* the Activity launched when a user opens a Notification, override
71+
* change the Notification generated, override {@link #getNotification(Context, Intent)}. To
72+
* change the NotificationChannel generated, override {@link #getNotificationChannel(Context, Intent)}. To
73+
* change how the NotificationChannel is created, override {@link #createNotificationChannel(Context, NotificationChannel)}.
74+
* To change the Activity launched when a user opens a Notification, override
7375
* {@link #getActivity(Context, Intent)}.
7476
*/
7577
// Hack note: Javadoc smashes the last two paragraphs together without the <p> tags.

0 commit comments

Comments
 (0)