File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
COMAPI/foundation/src/main/java/com/comapi Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ public void clean(@NonNull Context context) {
120
120
* @param i intent that is retrieved by getIntent() in onCreate or intent passed to onNewIntent lifecycle callbacks
121
121
* @param startActivity should start activity from deep link url
122
122
* @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
124
125
* isTrackingSuccessful - was call to record a click for analytics successful;
125
126
* isStartActivitySuccessful - was starting activity from url successful
126
127
*/
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ protected RxComapiService getComapiService() {
147
147
* @param startActivity should start activity from deep link url
148
148
* @return Observable containing result of the push notification processing
149
149
* getUrl - url passed as a deep link with the notification
150
+ * getData - data passed with the notification by dotdigital program
150
151
* isTrackingSuccessful - was call to record a click for analytics successful;
151
152
* isStartActivitySuccessful - was starting activity from url successful
152
153
*/
You can’t perform that action at this time.
0 commit comments