Other Functions
The following functions are available globally.
-
Returns a Boolean value that indicates whether the left hand object and the right hand object are equal.
Declaration
Swift
public func == (lhs: FUIBarcodeScannerError, rhs: FUIBarcodeScannerError) -> Bool
Parameters
lhs
left hand object for comparison.
rhs
right hand object for comparison.
Return Value
true
if the left hand object and the right hand object are equal, otherwisefalse
.
-
Check if the Biometric ID is available on the device or not.
Declaration
Swift
public func isBiometricIDAvailable() -> Bool
Return Value
True if Biometric ID is supported on the device and user has done the enrollment.
-
Undocumented
Declaration
Swift
public func == (lhs: FUISearchTag, rhs: FUISearchTag) -> Bool
-
Undocumented
Declaration
Swift
public func == (lhs: UITextField, rhs: FUISearchTagsField) -> Bool