Skip to content

Commit 4b28de2

Browse files
Marcin SwierczekMarcin Swierczek
authored andcommitted
comments
1 parent 1ea312a commit 4b28de2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

COMAPI/foundation/src/main/java/com/comapi/ComapiClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ public void clean(@NonNull Context context) {
120120
* @param i intent that is retrieved by getIntent() in onCreate or intent passed to onNewIntent lifecycle callbacks
121121
* @param startActivity should start activity from deep link url
122122
* @param callback Contains result of the push notification processing
123-
* getUrl - url passed as a deep link with the notification
123+
* getUrl - url passed as a deep link with the notification by dotdigital program
124+
* getData - data passed with the notification by dotdigital program
124125
* isTrackingSuccessful - was call to record a click for analytics successful;
125126
* isStartActivitySuccessful - was starting activity from url successful
126127
*/

COMAPI/foundation/src/main/java/com/comapi/RxComapiClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ protected RxComapiService getComapiService() {
147147
* @param startActivity should start activity from deep link url
148148
* @return Observable containing result of the push notification processing
149149
* getUrl - url passed as a deep link with the notification
150+
* getData - data passed with the notification by dotdigital program
150151
* isTrackingSuccessful - was call to record a click for analytics successful;
151152
* isStartActivitySuccessful - was starting activity from url successful
152153
*/

0 commit comments

Comments
 (0)