InAppAutomationThemeManager
@MainActor
public final class InAppAutomationThemeManager
Theme manager for in-app messages.
-
Sets the html theme extender block
Declaration
Swift
@MainActor public var htmlThemeExtender: (@MainActor (InAppMessage, inout InAppMessageTheme.HTML) -> Void)?
-
Sets the modal theme extender block
Declaration
Swift
@MainActor public var modalThemeExtender: (@MainActor (InAppMessage, inout InAppMessageTheme.Modal) -> Void)?
-
Sets the fullscreen theme extender block
Declaration
Swift
@MainActor public var fullscreenThemeExtender: (@MainActor (InAppMessage, inout InAppMessageTheme.Fullscreen) -> Void)?
-
Sets the banner theme extender block
Declaration
Swift
@MainActor public var bannerThemeExtender: (@MainActor (InAppMessage, inout InAppMessageTheme.Banner) -> Void)?