Client Identification Change
Client identification (clientId
and deviceId
) can be set during the configuration to identify the user in the Malwarelytics Console.
Both values can be later changed (or deleted when changed to null
) via:
await window.plugins.malwarelytics.setClientId("changedClientId");
await window.plugins.malwarelytics.setDeviceId("changedDeviceId");
Last updated on Apr 25, 2022 (12:09)
Edit on Github
Send Feedback