1.0.4 • Published 11 months ago

capacitor-device-security-mgerullis v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

pin-check

A capicator plugin to check on iOS / Android devices if the password pin is enabled or not on the mobile device.

Install

npm install @creativecookie/pin-check
npx cap sync

USAGE IN IONIC 5/6

  1. After installing include in the module page that you want to use with the import below
  2. import { PinCheck } from '@creativecookie/pin-check';
  3. in your function, (await PinCheck.pinCheck()).value will return either true or false

API

pinCheck()

pinCheck() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>


1.0.4

11 months ago

1.0.3

12 months ago