ScreenOpenStoreAppAction
public struct ScreenOpenStoreAppAction<Container> : ScreenAction where Container : ScreenContainer
Undocumented
-
Declaration
Swift
public typealias Output = Void
-
Undocumented
Declaration
Swift
public let appID: String
-
Undocumented
Declaration
Swift
public let forReview: Bool
-
Undocumented
Declaration
Swift
public init(appID: String, forReview: Bool = false)
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )