TechnologiesSecurity, Privacy & Authentication

_SecureElementCredential_UIKit cross-import overlay

iOSmacOStvOSwatchOSvisionOS

A UIKit cross-import overlay that delivers Secure Element credential-session events to a UIScene-based interface on iOS. Conform a window scene's delegate to CredentialSessionWindowSceneDelegate to receive credential-session events, which arrive as CredentialSessionWindowSceneEvent values describing what occurred in the session. Use it to route Secure Element credential activity into the scene that should respond to it.

Receiving Credential-Session Events 1

Conform a window scene's delegate to this protocol to receive Secure Element credential-session events.

  • Pr
    CredentialSessionWindowSceneDelegate
    Delegate to notify your `UIWindowScene` that a CredentialSession event has occurred.

Session Events 1

Values that describe what occurred during a Secure Element credential session.

  • En
    CredentialSessionWindowSceneEvent
    A CredentialSession event send to a `UIScene` or `UIWindowScene`.

Extends 2

CredentialSessionUIScene
← Security, Privacy & Authentication