enableAppInbox
config set to true
during SDK initialization.4.0.2
, AppInbox functionality is separated as a new module CastledInbox
. Add the module pod as dependency in the app pod file.
CastledInboxViewController
.
This controller is designed to showcase inbox cards and can be integrated within your app in two primary ways:
CastledInboxViewController
within your existing navigation flow for a consistent user experience.
CastledInboxViewControllerDelegate
protocol.
By adopting this protocol, you can tap into the callback provided when a user selects an item from the inbox.
CastledInboxViewControllerDelegate
protocol.didSelectedInboxWith((\_:buttonAction:, inboxItem:)
delegate method.