MNotification

From HTML5 Builder
Jump to: navigation, search

MNotification lets your application use device notifications.

Functions

These are JavaScript functions you can call when you use this component in a screen.

Note: Replace ComponentName with the actual name of the component, that is, the value of its Name property. For example: MNotification1.

ComponentNameNotification
Triggers the notification. Once notification is dismissed, OnCloseNotification event is triggered.

Events

These are JavaScript MNotification events you can associate to JavaScript functions.

OnCloseNotification
This event gets triggered when a notification generated with ComponentNameNotification is dismissed.

See Also