EPInputType
public protocol EPInputType
Protocol to implement on objects representing an input behaviour configuration.
-
Block called when the input is completed.
Declaration
Swift
var sendClosure: EPMessageSendClosure? { get set } -
Get the layout mode.
Declaration
Swift
var layoutMode: EPInputLayoutMode { get } -
Sets the closure block.
Declaration
Swift
func setSendClosure(closure: @escaping EPMessageSendClosure)Parameters
closureThe block called when the input is completed.
EPInputType Protocol Reference