Package zendesk.chat.client
Class Attachment.Metadata
- java.lang.Object
-
- zendesk.chat.client.Attachment.Metadata
-
- Enclosing class:
- Attachment
public static class Attachment.Metadata extends java.lang.Object
Information about the image attachment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getHeight()
Returns the height of the image in pixels.int
getWidth()
Returns the width of the image in pixels.
-