Mrphone
Member
Hi..
The AutoCancel(True) or AutoCancel(False) command does not work at all
The AutoCancel(True) or AutoCancel(False) command does not work at all
Code:
n.Initialize("default", Application.LabelName, "HIGH").AutoCancel(True).SmallIcon(LoadBitmap(File.DirAssets,"noti_play.png")) _
.LargeIcon(LoadBitmap(File.DirAssets,"logo.png")).Color(Colors.RGB(187,127,42))
n.Build("title", "content", "tag1", Me).Notify(1)