NavigationStatusPresenter
public protocol NavigationStatusPresenter : AnyObject
This protocol defines a UI Component that is capable of presenting a status message.
-
Shows a Status for a specified amount of time.
Declaration
Swift
func show(_: StatusView.Status)
-
Hides a given Status without hiding the status view.
Declaration
Swift
func hide(_: StatusView.Status)