MessageHelperDelegate
public protocol MessageHelperDelegate : AnyObject
MessageHelperDelegate is used when a futher action need to be performed after performing an action about the message.
Version
1.5.0Date
07/09/2019-
messageHelperDidConfirmError(_:Default implementation) An operation has been done on an error.
Default Implementation
Declaration
Swift
func messageHelperDidConfirmError(_ messageHelper: MessageHelper) -
messageHelperDidConfirmWarning(_:Default implementation) An operation has been done on a warning.
Default Implementation
Declaration
Swift
func messageHelperDidConfirmWarning(_ messageHelper: MessageHelper) -
messageHelperDidCancelWarning(_:Default implementation) An cancel has been done on a warning
Default Implementation
Declaration
Swift
func messageHelperDidCancelWarning(_ messageHelper: MessageHelper) -
An operation has been done on an input.
Declaration
Swift
func messageHelper(_ messageHelper: MessageHelper, didConfirmInput content: String)Parameters
contentThe content of the input.
-
messageHelperDidCancelInput(_:Default implementation) An cancel has been done on an input
Default Implementation
Declaration
Swift
func messageHelperDidCancelInput(_ messageHelper: MessageHelper)
MessageHelperDelegate Protocol Reference