Error Callbacks
Partners can subscribe to be notified of error events that occur within the SDK. The errors returned are specific to failures that partners have control over, such as issues with auth tokens. These events are intended to be used for debugging or analytic purposes, and should not be used to change the user experience as the display of error messaging is handled by the SDK.
Partners should implement the CDLXErrorDelegate
protocol to receive the error events from the SDK.
1 2 3 4 5 |
|
Partners should implement the CDLXErrorListener
interface to receive the error events from the SDK.
1 2 3 4 5 6 7 8 9 |
|