47.3 PUSH_QUEUE Procedure
This procedure triggers the database job to send all push notifications in the queue.
Syntax
APEX_PWA.PUSH_QUEUE;
Parameters
None.
Example
BEGIN
apex_pwa.push_queue;
END;
Parent topic: APEX_PWA
This procedure triggers the database job to send all push notifications in the queue.
Syntax
APEX_PWA.PUSH_QUEUE;
Parameters
None.
Example
BEGIN
apex_pwa.push_queue;
END;
Parent topic: APEX_PWA