Public Sub CreateNotificationWithContent(Title As String, subTitle As String, Body As String, ImageURL As String, Identifier As String, Category As String, MillisecondsFromNow As Long) Dim ln As NativeObject ln = ln.Initialize("UNMutableNotificationContent").RunMethod("new", Null)...
www.b4x.com