Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 411 Bytes

File metadata and controls

10 lines (7 loc) · 411 Bytes

Client Identification Change

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");