enum UnsupportedCandidateReasonType
extension UnsupportedCandidateReasonType : Equatable, Hashable, Sendable
Candidate is not supported due to missing presence sensing setup.
-
Candidate is not supported due to missing structure address setup.
Declaration
Swift
case missingStructureAddressSetup
-
Candidate is not supported due to missing presence sensing setup.
Declaration
Swift
case missingPresenceSensingSetup(setupType: PresenceSensingSetupType)
-
Candidate is not supported due to missing subscription setup.
Declaration
Swift
case missingSubscription
-
Unknown
Declaration
Swift
case unknown