NatDialogBodyConfigurable

public protocol NatDialogBodyConfigurable

A protocol to enable the configuration of a text for the Dialog’s body

Available where Self: NatDialogBuilder

  • configure(body:) Extension method

    Sets the text for the Dialog body

    Declaration

    Swift

    @discardableResult
    public func configure(body: String) -> Self

    Parameters

    body

    a String to be displayed as the Dialog body text