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 -> CustomDisplayResolution
Parameters
scene
The window scene