onNotificationClicked property

(void Function(ZPNsMessage message)?) onNotificationClicked
getter/setter pair

Available since: 2.0.0 or later.

Description: Vendor notification click callback.

When to call /Trigger: Each vendor's notification click callback is uniformly thrown in this interface.

Implementation

static void Function(ZPNsMessage message)? onNotificationClicked;