Share via


RcsEndUserMessage.SendResponseWithPinAsync Method

Definition

Asynchronously sends the user's selection back with the specified PIN.

public:
 virtual IAsyncAction ^ SendResponseWithPinAsync(RcsEndUserMessageAction ^ action, Platform::String ^ pin) = SendResponseWithPinAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SendResponseWithPinAsync(RcsEndUserMessageAction const& action, winrt::hstring const& pin);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SendResponseWithPinAsync(RcsEndUserMessageAction action, string pin);
function sendResponseWithPinAsync(action, pin)
Public Function SendResponseWithPinAsync (action As RcsEndUserMessageAction, pin As String) As IAsyncAction

Parameters

action
RcsEndUserMessageAction

Specifies the label of the action.

pin
String

Platform::String

winrt::hstring

The PIN to send.

Returns

An async action indicating that the operation has completed.

Attributes

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to