AlertConfiguration
public struct AlertConfiguration
The configuration for creating an alert view.
-
Creates an alert view configuration object.
Declaration
Parameters
title
The title text of the alert view.
message
The message text of the alert view.
action
Action object.
secondaryAction
Secondary action object.
-
The action button on the bottom of an alert view.
See moreDeclaration
Swift
struct Action