OnInboxButtonClickListener
interface OnInboxButtonClickListener
Host-side hook for taps on inline CTA buttons rendered inside rich inbox cards. Mirrors the iOS PushwooshInboxKitDelegate.didTapButton contract: the listener runs before the SDK's default handling and receives the tapped button (including a Custom button's payload) on every invocation, whatever it returns.
Functions
Link copied to clipboard
abstract fun onInboxButtonClick(@NonNull message: InboxMessage, @NonNull button: InboxCardButton): Boolean
Called when the user taps an inline CTA button on a rich inbox card.