Karn / notify

Simplified notification construction and delivery for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent dismiss

Matti111 opened this issue · comments

Hello,
is there a way to prevent user notification dismiss?

I found solution

.meta {
cancelOnClick = false
sticky = true
}