ScreenRequestStoreReviewAction
public struct ScreenRequestStoreReviewAction<Container> : ScreenAction where Container : ScreenVisibleContainer
Undocumented
-
Declaration
Swift
public typealias Output = Void
-
Undocumented
Declaration
Swift
public init()
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )