Membuat notifikasi berjalan di service pada Basic4android
strukture B4a untuk membuat notifikasi: buatlah modul service isi script berikut,
Sub Process_Globals
Dim n As Notification
End Sub
Sub Service_Create
n.Initialize
Service.StartForeground(1, n)
notifikasi
End Sub
Sub notifikasi
n.Sound=False
n.Light=False
n.OnGoingEvent=True
n.SetInfo("info", "hello bos", Main)
n.Icon = "icon"
n.Notify(1)
Log("ini notifikasi")
End Sub
mudah cara membuatnya silahkan mencoba, silahkan komentar anda :
Komentar
Posting Komentar