CLASS
Haapi
Contents
- Properties
isSupported
- Methods
init()
public class Haapi: NSObject
The Haapi struct contains the isSupported
property, for checking if HAAPI is supported on the current device.
if Haapi.isSupported {
// Use HAAPI features
} else {
// Fall back to an alternative user authentication scheme
}
Properties
isSupported
@objc public static var isSupported: Bool
A Boolean that indicates whether HAAPI is supported on a particular device.