Skip to main content
Version: 6.1.0

Map user or device

Single line API to set ID for the device.
Any String under 512 characters can be set.

Setting a custom id for the device on which the app is running will help to pinpoint the device from which the issue reports are generated.
This identifier will be tagged with all issue reports raised in Finotes dashboard.

If this API is invoked multiple times, the latest identifier will be used.

Anywhere in code:


Fn.setCustomId(uniqueIdentifier);