ChatConversation.NotifyLocalParticipantComposing 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.
Call this to indicate that the local participant has started or has completed typing.
public:
virtual void NotifyLocalParticipantComposing(Platform::String ^ transportId, Platform::String ^ participantAddress, bool isComposing) = NotifyLocalParticipantComposing;
void NotifyLocalParticipantComposing(winrt::hstring const& transportId, winrt::hstring const& participantAddress, bool const& isComposing);
public void NotifyLocalParticipantComposing(string transportId, string participantAddress, bool isComposing);
function notifyLocalParticipantComposing(transportId, participantAddress, isComposing)
Public Sub NotifyLocalParticipantComposing (transportId As String, participantAddress As String, isComposing As Boolean)
Parameters
- transportId
-
String
Platform::String
winrt::hstring
Specifies the ChatMessageTransport to use.
- participantAddress
-
String
Platform::String
winrt::hstring
The address of the remote participant.
- isComposing
-
Boolean
bool
TRUE if the local participant is typing, otherwise FALSE.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|