API Differences in CarKey in macOS 15.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in CarKey in the macOS 15.0 SDK.

Table of Contents

Structs

CarKeyRemoteControlSession
Attestation
RemoteKeylessEntryConfigurableEnduringAction

Enums

CarKeyRemoteControlSession
ContinuationStrategy

Functions & Methods

CarKeyRemoteControlSession
open func perform(_ enduringAction: CarKey.RemoteKeylessEntryConfigurableEnduringAction, continuationStrategy: CarKey.CarKeyRemoteControlSession.ContinuationStrategy) throws -> CarKey.RemoteKeylessEntryConfigurableEnduringAction.EnduringExecutionRequest
CarKeyRemoteControlSession
open func sign(data: Foundation.Data, forVehicle vehicleID: Swift.String) throws -> CarKey.CarKeyRemoteControlSession.Attestation
CarKeyRemoteControlSessionDelegate
func remoteControlSession(_ session: CarKey.CarKeyRemoteControlSession, didCreateKey keyID: Swift.String, forVehicle vehicleID: Swift.String)
CarKeyRemoteControlSessionDelegate
public func remoteControlSession(_ session: CarKey.CarKeyRemoteControlSession, didCreateKey keyID: Swift.String, forVehicle vehicleID: Swift.String)

Conformances

CarKeyRemoteControlSession.ContinuationStrategy
Swift.Equatable
CarKeyRemoteControlSession.ContinuationStrategy
Swift.Hashable