Client Identification Change
View product
develop
Client identification (clientId
and deviceId
) can be set in the configuration to identify the user in the Malwarelytics Console.
Both values can be later changed (or deleted when changed to undefined
) via:
await Malwarelytics.sharedInstance.setClientId("changedClientId");
await Malwarelytics.sharedInstance.setDeviceId("changedDeviceId");
Last updated on May 09, 2023 (12:32)
View product