Uses of Class
com.azure.communication.chat.models.TypingNotificationOptions
Packages that use TypingNotificationOptions
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of TypingNotificationOptions in com.azure.communication.chat
Methods in com.azure.communication.chat with parameters of type TypingNotificationOptionsModifier and TypeMethodDescriptionChatThreadAsyncClient.sendTypingNotificationWithResponse
(TypingNotificationOptions options) Posts a typing event to a thread, on behalf of a user.com.azure.core.http.rest.Response
<Void> ChatThreadClient.sendTypingNotificationWithResponse
(TypingNotificationOptions options, com.azure.core.util.Context context) Posts a typing event to a thread, on behalf of a user. -
Uses of TypingNotificationOptions in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return TypingNotificationOptionsModifier and TypeMethodDescriptionTypingNotificationOptions.setSenderDisplayName
(String senderDisplayName) Set the senderDisplayName property: The display name of the typing notification sender.