Class NotificationOpenedDetails

  • All Implemented Interfaces:

    
    public final class NotificationOpenedDetails
    
                        

    Represents the details of a notification that has been opened.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getConversationId() The unique identifier of the conversation associated with the notification.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotificationOpenedDetails

        NotificationOpenedDetails(String conversationId)
    • Method Detail

      • getConversationId

         final String getConversationId()

        The unique identifier of the conversation associated with the notification.