Notification
Statische Utility-Klasse mit welcher Local Notifications gesendet werden können. Diese können aus Texten, Bildern und Icons bestehen. Es ist auch möglich Vibrations-Patterns einzustellen, als auch ob der Benutzer nach einer Zeit an die Notification wieder erinnert werden soll, usw. Für eine vollstände Liste an Options-Feldern, kann in MDN nachgeschaut werden.
Beispiel einer Notification:
final LocalNotificationOptions options = new LocalNotificationOptions()
.setBody("I am a very long description that will tell you all about this notification!")
.setRenotify(true)
.setTag("test-notification");
Notification.showLocalNotification("I am a Notification!", options);
XDEV Software Corp. - One Embarcadero Center, San Francisco, CA 94111, US
Copyright © 2015. XDEV Software Corp. All rights reserved.