From 161b9c2c971bde35727659104182ce2d64f44efb Mon Sep 17 00:00:00 2001 From: Rehan Date: Mon, 2 Oct 2023 18:29:45 +0500 Subject: [PATCH] doc fixes --- .../customer/messagingpush/processor/PushMessageProcessor.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/messagingpush/src/main/java/io/customer/messagingpush/processor/PushMessageProcessor.kt b/messagingpush/src/main/java/io/customer/messagingpush/processor/PushMessageProcessor.kt index 18b1eaf61..759715f8f 100644 --- a/messagingpush/src/main/java/io/customer/messagingpush/processor/PushMessageProcessor.kt +++ b/messagingpush/src/main/java/io/customer/messagingpush/processor/PushMessageProcessor.kt @@ -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)