Commit 858ca079 authored by Becca Hughes's avatar Becca Hughes Committed by GitHub

Merge pull request #203 from tmdude9586/153-patch

Updated Documentation and typings for pin/fingerprint
parents 1aafc6f0 63711bcf
This diff is collapsed.
......@@ -21,7 +21,7 @@ declare class DeviceInfo {
public static getInstanceID(): string;
public static isEmulator(): boolean;
public static isTablet(): boolean;
public static isPinOrFingerprintSet(cb: (isSet: boolean) => void): void;
public static isPinOrFingerprintSet(): (cb: (isPinOrFingerprintSet: boolean) => void) => void;
}
export default DeviceInfo;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment