User Tools

Site Tools


en:wiki:2.-desarrollo-app:2.3.-codigo:c.-eventos:17-notificaciones-push:start

ONPUSHNOTIFICATIONCLICK


onpushnotificationclick


A special node of the companies collection that is launched when you click on a PUSH notification .

<onpushnotificationclick>
	<action name="runscript">
		<param name="mensaje" />
		<script language="vbscript">
			'Nodo que se ejecuta cuando se pulsa en una notificación PUSH.
			'ui.showToast mensaje.clave1
		</script>
	</action>
</onpushnotificationclick>


Messages PUSH System. Taking PushID


The functionality has been implemented to make requests by sending the PUSH token that corresponds to the device, so that external Web Services can send us messages that we can deal with our Framework.

en/wiki/2.-desarrollo-app/2.3.-codigo/c.-eventos/17-notificaciones-push/start.txt · Last modified: 2017/12/01 10:55 by patricia