NatDialogBodyConfigurable
public protocol NatDialogBodyConfigurable
A protocol to enable the configuration of a text for the Dialog’s body
-
configure(body:Extension method) Sets the text for the Dialog body
Declaration
Swift
@discardableResult public func configure(body: String) -> SelfParameters
bodya String to be displayed as the Dialog body text