onNotificationArrived property

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

Available since: 2.0.0 or later.

Description: Vendor notification display callback.

When to call /Trigger: Vendor notification displays are uniformly thrown on this interface when a callback is triggered.

Implementation

static void Function(ZPNsMessage message)? onNotificationArrived;