Contents
Display Legacy Contents

 Print
    Push Notification Get Client ID  
Retrieves the ID for this application in the current device to be used for push notifications.

Parameters

Target
The control or variable to save the client ID.


     
  • In order for push notifications to become available you need to select the option Enable Push Notifications in the project properties
  • If you register your application to receive push notifications, you will need to call this on your application to retrieve the current client ID. Normally you will have to inform your server/backoffice of your ID so that your it can send push notification messages to the device.
  • This client ID can be refreshed by the operating system from time to time, so it is good practice to always query for this value when your application starts, compare it to the previous value, and if it has changed you need to re-send this new ID to your server/backoffice.
  • The format of this ID and how it can be used by your server/backoffice to send the notifications, is system dependent. So you should also inform the server/backoffice of the platform associated with this ID (Android/Windows 10), if you have deployed to multiple platforms, so it can send the appropriate push notification.

See also
Synchronize
Update Project
Translate Internal Text
Set Comm. Profile Parameter
Get Comm. Profile Parameter
Set Synchro.Parameter
Get Synchro.Parameter
Set Synchronization File Copy
Bluetooth Start Device Discovery
Bluetooth Stop Device Discovery
Bluetooth Is Device Paired
Bluetooth Pair Device
Activate Connection
Is Connection Active
Deactivate Connection
Serial Open
Serial Write
Serial Read
Serial Flush
Serial Close
Socket Connect
Socket Write
Socket Read
Socket Close
Socket Accept
Ping
Activate Monitor
Deactivate Monitor
Web Service Run
XML Get Child Element
XML Get Child Element List
XML Get Element Attribute
XML Get Element Content
XML Get Element’s Attribute List
XML Get Elements Name
XML Get Root Element
XML Get Root Element List
HTTP Request
XML Export from Table
XML Import to Table
JSON Get Value
JSON Get Array Item
JSON Get Array Item Count
JSON Get Name List
JSON Import to Table
JSON Export from Table
FTP Connect
FTP Set Current Dir
FTP Get File
FTP Put File
FTP File Exists
FTP Disconnect
FTP Create Dir
FTP Delete File/Folder
FTP Rename File
FTP List Files
Run Process on PC
Send File to PC
Get File from PC
List Files from PC
Kill Process on PC
Is Process Running on PC
Activate MIS Remote Controller
Stop MIS Remote Controller
Ping MIS Communicator
Get MIS Communicator Server Info
Shell Execute On Pc
Hardlock List Keys
Hardlock Read
Hardlock Write
Hardlock Check license
Push Notification Get Message
Push Notification Get Lost Message ID List
Push Notification Get Lost Message
Push Notification Delete Lost Message
Make Phone Call
SMS Send Message
Get Cell Tower Info
Samples

 
 
Updated : 3/21/2018 6:19 PM