|
|
|
|
|
Adds a notification to the system bar (Android) or notification center (iOS).
notif is Notification
notif.Title = "New incoming message"
notif.Message = "Click here to display the message"
NotifAdd(notif)
Sintaxis
<Result> = NotifAdd(<Notification>)
<Result>: Boolean - True if the notification was added,
- False otherwise.
Note In the simulator, this function has no effect and always returns False.
<Notification>: Notification variable Name of the Notification variable containing the description of the notification to display.If this parameters corresponds to a notification that is already added, this notification will be updated. In this case, NotifAdd and NotifModify have the same effect. Clasificación Lógica de negocio / UI: Lógica de negocio Componente: wd300android.aar
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|