API Differences in SecureElementCredential in iOS 18.1

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in SecureElementCredential in the iOS 18.1 SDK.

Table of Contents

Classes

CredentialSession
PresentmentIntentAssertion

Structs

CredentialSession
CardEmulationOptions
CredentialSession
Credential

Functions & Methods

CredentialSession
public func acquirePresentmentAssertion() async throws -> SecureElementCredential.CredentialSession.PresentmentIntentAssertion
CredentialSession
public func deleteCredential(_ credential: SecureElementCredential.CredentialSession.Credential) async throws
CredentialSession
public func endWiredMode() async throws
CredentialSession
public func enterWiredMode(using credential: SecureElementCredential.CredentialSession.Credential) async throws
CredentialSession
public func listCredentials() async throws -> [SecureElementCredential.CredentialSession.Credential]
CredentialSession
public func provisionCredential(configurationUUID: Foundation.UUID, name: Swift.String) async throws -> SecureElementCredential.CredentialSession.Credential
CredentialSession
public func transceive(_ data: Foundation.Data) async throws -> Foundation.Data

Properties & Constants

CredentialSession
public static var isEligible: Swift.Bool
@_semantics("defaultActor") nonisolated final public var unownedExecutor: _Concurrency.UnownedSerialExecutor

Conformances

CredentialSession.Credential.InstanceInfo.InstanceType
Swift.Hashable
CredentialSession.ErrorCode
Swift.Equatable
CredentialSession.ErrorCode
Swift.Hashable
CredentialSession.NFCFieldInformation
Swift.Equatable
CredentialSession.NFCFieldInformation
Swift.Hashable
CredentialSession.PresentmentIntentAssertion.State
Swift.Equatable
CredentialSession.PresentmentIntentAssertion.State
Swift.Hashable
CredentialSession
Swift.Sendable