react-native-malwarelytics
Version:
Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.
10 lines (7 loc) • 411 B
Markdown
# Client Identification Change
Client identification (`clientId` and `deviceId`) can be set in the [configuration](./Configuration.md) to identify the user in the Malwarelytics Console.
Both values can be later changed (or deleted when changed to `undefined`) via:
```js
await Malwarelytics.sharedInstance.setClientId("changedClientId");
await Malwarelytics.sharedInstance.setDeviceId("changedDeviceId");
```