CustomDisplayAdapter
public protocol CustomDisplayAdapter : Sendable
Custom display adapter
-
Checks if the adapter is ready
Declaration
Swift
@MainActor var isReady: Bool { get } -
display(scene:Asynchronous) Called to display the message
Declaration
Swift
@MainActor func display(scene: UIWindowScene) async -> CustomDisplayResolutionParameters
sceneThe window scene
View on GitHub