Skip to content

Commit e1d4b36

Browse files
authored
Merge pull request #285 from adjust/docs_update
Update README.md
2 parents 80a4d8d + 819706e commit e1d4b36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@ The listener function will be called after the SDK receives the final attributio
582582
- `String clickLabel` the click label of the current install.
583583
- `String adid` the adjust device identifier.
584584

585+
If any value is unavailable, it will default to `null`.
586+
585587
### <a id="session-event-callbacks"></a>Session and event callbacks
586588

587589
You can register a listener to be notified when events or sessions are tracked. There are four listeners: one for tracking successful events, one for tracking failed events, one for tracking successful sessions and one for tracking failed sessions. You can add any number of listeners after creating the `AdjustConfig` object:
@@ -635,6 +637,8 @@ Both event response data objects contain:
635637

636638
- `String eventToken` the event token, if the package tracked was an event.
637639

640+
If any value is unavailable, it will default to `null`.
641+
638642
And both event and session failed objects also contain:
639643

640644
- `boolean willRetry` indicates that will be an attempt to resend the package at a later time.

0 commit comments

Comments
 (0)