Android Question Notification

fishwolf

Well-Known Member
Licensed User
Longtime User
Now i use notification with Notification data type

B4X:
Dim Notif As Notification

  Notif.SetInfo("Allert", Message, Results)
  Notif.Notify(1)

Can i have a nofication on multi lines for a long text ?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…