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 ?
 
Top