Class TypingNotificationOptions

java.lang.Object
com.azure.communication.chat.models.TypingNotificationOptions

public final class TypingNotificationOptions extends Object
Request payload for typing notifications.
  • Constructor Details

    • TypingNotificationOptions

      public TypingNotificationOptions()
  • Method Details

    • getSenderDisplayName

      public String getSenderDisplayName()
      Get the senderDisplayName property: The display name of the typing notification sender. This property is used to populate sender name for push notifications.
      Returns:
      the senderDisplayName value.
    • setSenderDisplayName

      public TypingNotificationOptions setSenderDisplayName(String senderDisplayName)
      Set the senderDisplayName property: The display name of the typing notification sender. This property is used to populate sender name for push notifications.
      Parameters:
      senderDisplayName - the senderDisplayName value to set.
      Returns:
      the TypingNotificationOptions object itself.