Sticky note on iphone

Hi

Is it possible to get sticky notifications on iPhone like Android ?
So my notifications don´t disappear when I accidentally push on them.

Sticky note on Android
Introduction | Home Assistant Companion Docs

My script
service: notify.mobile_app_iphone_xr
data:
message: test
data:
actions:
- action: stay_fixed
title: Notification is still here
sticky: true
tag: test

Thank you.