NI - system notification

NI: system notification (status bar notification data like title, icon, line count…)

Syntax

ni(type)

Arguments

  • type: Info type, see examples

Examples

FormulaDescription
$ni(count)$Cancellable notifications count
$ni(scount)$Persistent notifications count
$ni(pcount, com.facebook.orca)$Facebook messenger notifications count
$ni(pcount, com.whatsapp)$Whatsapp notifications count
$ni(pcount, com.google.android.gm)$Gmail notifications count
$ni(0, title)$Title of first cancellable notification
$ni(0, text)$Short text of first cancellable notification
$ni(0, desc)$Long text of first cancellable notification
$ni(0, icon)$Icon of first cancellable notification (to be used as Bitmap formula)
$ni(0, bicon)$Large icon of first cancellable notification (to be used as Bitmap formula)
$ni(0, count)$Lines count of first cancellable notification
$ni(0, pkg)$Pkg of first cancellable notification
$ni(0, app)$App name of first cancellable notification
$tf(ni(0, time))$Time since first cancellable notification
$ni(s0, text)$Short text of first persistent notification
$ni(com.google.android.gm, text)$Text of first Gmail notification (if there)



Privacy Policy