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 (14:09) Edit on Github Send Feedback
Search

4.2.x

Malwarelytics for Cordova