简体   繁体   中英

Register User Id and Display name in MFP Push notification

How to register the device with user id and display name.. In MFP console, its not showing the same..

Is there anyway to add these 2 in "MFPPush.registerDevice" Function ?

  1. You can see userId in MFP Console whenever user is logged in with UserLogin Security Check in the application.

    Refer User Authentication tutorial to know more about UserLogin Security Check in MFP 8.0 : link

  2. In order to set device display name, You need to use setDeviceDisplayName in your client Application.

    The following are the links to API Documentation for setDeviceDisplayName API.

  3. You cannot add these parameters using MFPPush.registerDevice() . registerDevice() API takes the authentication context (from the security check) and adds the userID and displayName automatically.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM