-
Notifications
You must be signed in to change notification settings - Fork 2
MachineDetectionFailedEvent
Lejla Solak edited this page Feb 9, 2026
·
1 revision
Read-only property that represents the reason why machine detection has failed.
-
String- Value of thereasonfield containing the reason for the failure.
func onMachineDetectionFailed(_ machineDetectionFailedEvent: MachineDetectionFailedEvent) {
os_log("Machine detection failed: %@.", machineDetectionFailedEvent.reason)
}