supportsManifestVersion(_:)
Checks if a manifest version is supported by the extension.
Declaration
func supportsManifestVersion(_ manifestVersion: Double) -> BoolParameters
- manifestVersion:
The version number to check.
Return Value
Returns YES if the extension specified a manifest version that is greater than or equal to manifestVersion.