tag property

String tag

An ID for a given notification that allows you to find, replace, or remove the notification using script if necessary.

Implementation

external String get tag;
void tag=(String v)

Implementation

external set tag(String v);