Requests permission from the system to display notifications.
Defined in <SDL3/SDL_notification.h>
bool SDL_RequestNotificationPermission(void);(bool) Returns True on success or false on failure; call SDL_GetError() for more information.
A return value of true only means that the system supports notifications, and that the request for permission was successfully issued. It does not reflect any user settings to allow or deny notifications.
This function is available since SDL 3.6.0.