RcsEndUserMessage.SendResponseWithPinAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|