Interface MessagingLimits

    • Method Detail

      • getMaxAudioSize

        int getMaxAudioSize()
        Get the maximum size of an audio file attachment.
        Returns:
        the maximum size of an audio file attachment.
      • getMaxImageSize

        int getMaxImageSize()
        Get the maximum size of an image file attachment.
        Returns:
        the maximum size of an image file attachment.
      • getMaxGenericAttachmentSize

        int getMaxGenericAttachmentSize()
        Get the maximum size of an attachment that is not an audio file or image file attachment.
        Returns:
        the maximum size of an attachment that is not an audio file or image file attachment.
      • getMaxVideoSize

        int getMaxVideoSize()
        Get the maximum video size value accepted.
        Returns:
        the maximum video size value accepted.
      • getMaxNumberOfAttachmentsPerMessage

        int getMaxNumberOfAttachmentsPerMessage()
        Get the maximum number of attachments per message accepted.
        Returns:
        the maximum number of attachments per message accepted.
      • isRichContentAllowed

        boolean isRichContentAllowed()
        Specifies if client has access to rich content capabilities.
        Returns:
        the rich content allowed flag.