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 or Warning - parameter messsage: The main content of the message. The value can be a custom string.

    Declaration

    Swift

    func presentInfo(level: LevelType, message: String)

    Parameters

    level

    The level of the info. The value can be a LevelType which appears as a string like e.g. “Error” or “Warning”

    messsage

    The main content of the message. The value can be a custom string.