Class QuickReplyItem

    • Method Detail

      • getType

        public java.lang.String getType()
      • getImageUrl

        public java.net.URI getImageUrl()
        URL of the icon that is displayed at the beginning of the button.
        • Max: 1000 characters
        • URL scheme: https
        • Image format: PNG
        • Aspect ratio: 1:1
        • Data size: Up to 1 MB

        There is no limit on the image size.

        See Also:
        //developers.line.me/en/docs/messaging-api/using-quick-reply/
      • getAction

        public Action getAction()
        Action which is triggered when the quick reply button is tapped.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object