Skip to content

Commit 3a6735b

Browse files
Update README.md
Co-Authored-By: tapashmajumder <[email protected]>
1 parent 838c526 commit 3a6735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ If you are already using in-app messages, then you will have to make the followi
392392

393393
1. `spawnInAppNotification` is no longer needed and will fail to compile. In-app messages are now displayed automatically.
394394
2. Stop polling for in-app messages using a timer, etc. The SDK will issue a callback using `config.inAppDelegate` [as explained above](#overriding-whether-to-show-or-skip-a-particular-in-app-message).
395-
3. If you want to handle all in-app messages manually, as before these changes, define an `inAppHandler` on `IterableConfig` that always returns `InAppShowResponse.skip` to never show in-app messages automatically, and use `getInAppManager().getMessages()` to get the messages and `getInAppManager().showMessage(message)` to show a specific message.
395+
3. If you want to handle all in-app messages manually, as before these changes, define an `inAppHandler` on `IterableConfig`. It should return `InAppShowResponse.skip` to prevent in-app messages from showing automatically. It can call `getInAppManager().getMessages()` to get the messages and `getInAppManager().showMessage(message)` to show a specific message.
396396

397397

398398
### Tracking custom events

0 commit comments

Comments
 (0)