Page 1 of 1

Push Notification Oracle APEX 23.1

Posted: Wed Apr 19, 2023 1:51 am
by admin

Code: Select all


begin
    apex_pwa.send_push_notification (
    p_application_id => 123456,
    p_user_name      => 'SIKANDAR.AWAN@GMAIL.COM',
    p_title          => 'ERPstuff Push Notification',
    p_body           => 'This is my test push notification.' );
end;