Commit 63711bcf authored by Tyler Morris's avatar Tyler Morris

updating the typing as well as documentation to fix the isPinOrFingerprintSet issue #153

parent 1aafc6f0
This diff is collapsed.
...@@ -21,7 +21,7 @@ declare class DeviceInfo { ...@@ -21,7 +21,7 @@ declare class DeviceInfo {
public static getInstanceID(): string; public static getInstanceID(): string;
public static isEmulator(): boolean; public static isEmulator(): boolean;
public static isTablet(): boolean; public static isTablet(): boolean;
public static isPinOrFingerprintSet(cb: (isSet: boolean) => void): void; public static isPinOrFingerprintSet(): (cb: (isPinOrFingerprintSet: boolean) => void) => void;
} }
export default DeviceInfo; 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