Is DeviceInfo isPinOrFingerprintSet exposed in Mendix?

0
In our app, we have a business need to check if a user’s mobile device is setup with a security pin/fingerprint? I’m pretty sure that Mendix native uses the react-native-device-info library under the hood. I was wondering if anyone knew if the isPinOrFingerprintSet property is exposed within Mendix?  Not sure what library version is in use or if this attribute can be checked. Thanks for any help Andy   https://www.npmjs.com/package/react-native-device-info#ispinorfingerprintset
asked
2 answers
0

DeviceInfo.isPinOrFingerprintSet() is a part of the underlying library that Mendix native uses. This method could tell the app if the device is pin protected or not, which is critical for an app that exposes sensitive data.

Just asking why this method doesn’t seem to available within Mendix.

answered
0

Thanks to Eric, I was able to get this attribute exposed into Mendix. 

answered