NSNotificationCenter
Register Key to get notifications on Pendo's initialization progress.
Useful to get notifications for App launch Guides and splash screens
Using notifications can affect your user journey and the timing of guide display with Pendo - in case you want to make sure that Pendo processed all guides by the time the user starts using the app, you can show the app's UI only after kPNDDidSuccessfullyInitializeSDKNotification. At that time, all mobile guides are processed and ready to be displayed to your users.
Notification Key Name |
Usage |
kPNDDidSuccessfullyInitializeSDKNotification |
A key to register with to NSNotificationCenter to get a notification once SDK initialization has completed. |
kPNDErrorInitializeSDKNotification |
A key to register with to NSNotificationCenter to get a notification regarding errors during SDK initialization process. |