Contents

confirmationRequired(with:)

Creates an object with a resolution that requires the user to confirm the value before proceeding.

Declaration

class func confirmationRequired(with outgoingMessageTypeToConfirm: INOutgoingMessageType) -> Self

Parameters

  • outgoingMessageTypeToConfirm:

    A message type for the user to accept or reject.

Return Value

A new INOutgoingMessageTypeResolutionResult object.

See Also

Creating a Resolution Result