shouldHandleNotification

Called for every Kindly silent push the SDK receives and successfully decrypts. Fires regardless of app state (foreground/background) or active screen — the SDK does not gate this callback. Use it to run side effects (analytics, logging) or to take over the presentation of the notification yourself.

Return true to let the SDK present the notification normally (subject to its display gate). Return false to handle it yourself in the host app — the SDK will then skip its own system notification.

Return

true if the SDK should handle it, false if the host app will handle it.

Parameters

notification

The decrypted notification (id, title, body) plus the raw data map.