final class MatterCommissioningUtilsUndocumented
-
Checks if the given QR code payload is supported by the Google Home SDK.
Declaration
Swift
static func isQRCodeSupported(onboardingPayload: String) -> BoolParameters
onboardingPayloadThe payload to check.
Return Value
True if the given payload is a supported by the Google Home SDK.
-
Constructs a
MTRSetupPayloadfrom the given onboarding payload.Declaration
Swift
static func matterSetupPayload(from onboardingPayload: String) -> MTRSetupPayload?Return Value
The Matter setup payload, or nil if the given payload is not a Matter payload.
-
Checks if the current app is in the list of supported Matter backend apps.
Declaration
Swift
static var isAppInMatterBackendList: Bool { get } -
Checks if the given bundle identifier is in the list of supported Matter backend apps.
Declaration
Swift
static func isAppInMatterBackendList(bundleID: String) -> Bool