/
Notification
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);
, multiple selections available,
Related content
Notification
Notification
More like this
Notifications
Notifications
More like this
Notifications
Notifications
More like this
Geolocation
Geolocation
More like this
Geolocation
Geolocation
More like this
Network
More like this
XDEV Software Corp. - One Embarcadero Center, San Francisco, CA 94111, US
Copyright © 2015. XDEV Software Corp. All rights reserved.