ScreenShowAlertAction
public struct ScreenShowAlertAction<Container> : ScreenAction where Container : UIViewController
Undocumented
-
Declaration
Swift
public typealias Output = UIAlertController
-
Undocumented
Declaration
Swift
public let alert: Alert
-
Undocumented
Declaration
Swift
public let animated: Bool
-
Undocumented
Declaration
Swift
public init(alert: Alert, animated: Bool = true)
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )