ChatConversation.SendLocalParticipantComposing | sendLocalParticipantComposing method

[Some information relates to pre-released product which may be substantially modified before it's commercially 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.

Syntax

chatConversation.sendLocalParticipantComposing(transportId, participantAddress, isComposing);
public void SendLocalParticipantComposing(
  string transportId, 
  string participantAddress, 
  bool isComposing
)
Public Sub SendLocalParticipantComposing(
  transportId As String,  
  participantAddress As String,  
  isComposing As Boolean 
)
public:
void SendLocalParticipantComposing(
  String^ transportId, 
  String^ participantAddress, 
  bool isComposing
)

Parameters

Requirements (device family)

Device family

Universal

API contract

windows.foundation.universalapicontract, introduced version 1.0

Namespace

Windows.ApplicationModel.Chat Windows::ApplicationModel::Chat [C++]

Metadata

windows.foundation.universalapicontract.winmd

See also

ChatConversation