InfoPresenter
Undocumented
-
Presenting information for the user with level and message parts - parameter level: The level of the info. The value can be a LevelType which appears as a string like e.g.
Error
orWarning
- parameter messsage: The main content of the message. The value can be a custom string.Declaration
Swift
func presentInfo(level: LevelType, message: String)Parameters
levelThe level of the info. The value can be a LevelType which appears as a string like e.g. “Error” or “Warning”
messsageThe main content of the message. The value can be a custom string.
View on GitHub
InfoPresenter Protocol Reference