ChatConversation.NotifyLocalParticipantComposing 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用此项可指示本地参与者已启动或已完成键入。
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)
参数
- transportId
-
String
Platform::String
winrt::hstring
指定要使用的 ChatMessageTransport 。
- participantAddress
-
String
Platform::String
winrt::hstring
远程参与者的地址。
- isComposing
-
Boolean
bool
如果本地参与者正在键入,则为 TRUE,否则为 FALSE。
Windows 要求
应用功能 |
chat
chatSystem
smsSend
|