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");
Read Next
Last updated on Sep 21, 2023 (16:46)
Edit on Github
Send Feedback