Documentation
¶
Overview ¶
Package biometric provides experimental biometric device configuration helpers.
It is intended to wrap private Touch ID and related biometric device configuration APIs for macOS guests. The first version should stay configuration-only and avoid promising runtime semantics that are not yet well understood.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfiguration ¶
func NewConfiguration() (pvz.VZBiometricDeviceConfiguration, error)
NewConfiguration creates the generic biometric configuration.
func NewDevice ¶
func NewDevice(platform objectivec.IObject) (objectivec.IObject, error)
NewDevice creates a biometric runtime device for the given platform object.
func NewTouchIDConfiguration ¶
func NewTouchIDConfiguration() (pvz.VZMacTouchIDDeviceConfiguration, error)
NewTouchIDConfiguration creates the macOS Touch ID configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.