Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Oct 2, 2023
1 parent b22dd7e commit 161b9c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ interface PushMessageProcessor {
*
* This method may only be called from `onCreate` or `onNewIntent` methods of notification handler activity.
*
* @param activityContext context should be an activity context and not application context as
* this will be used to start desired activity
* @param activityContext context should be from activity as this will be used for launching activity
* @param intent intent received by the activity
*/
fun processNotificationClick(activityContext: Context, intent: Intent)
Expand Down

0 comments on commit 161b9c2

Please sign in to comment.