AppLifecycleEvent

struct AppLifecycleEvent : Hashable, @unchecked Sendable

Wraps a background-entry app lifecycle notification.

  • The raw system notification.

    Declaration

    Swift

    public let notification: Notification
  • The lifecycle transition type.

    Declaration

    Swift

    public let type: Type

AsyncEvent.AppLifecycleEvent

  • Background-entry lifecycle transition types.

    See more

    Declaration

    Swift

    enum `Type` : Hashable, Sendable