Mrphone Member May 3, 2020 #1 Hi.. 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)
Hi.. 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)
Erel B4X founder Staff member Licensed User Longtime User May 4, 2020 #2 What does it mean that it does not work at all? What happens when you click on the notification? Upvote 0