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) -> SelfParameters
- outgoingMessageTypeToConfirm:
A message type for the user to accept or reject.
Return Value
A new INOutgoingMessageTypeResolutionResult object.