deepLink property

String? deepLink
final

Deep link carried by the clicked element, if any.

On Android, whether the SDK already opened it depends on the handleNotificationLink flag passed to PushpushgoSdk.initialize. On iOS that flag does not apply — the native SDK always forwards the tap to this destination, and the handler is informational. See LIVE_ACTIVITIES.md.

Implementation

final String? deepLink;