BrandingImage

A BrandingImage is a small image, stored as a byte array for compatibility with both Android and Storm, that may be saved locally on a device and used in place of the stock Blue Jeans logo.
{ "contentType": "image/png", "height": 24, "id": "e04032c1-2224-4129-a0f8-adb84c03c6ac", "image": "AQIDBAU=", "imageType": "LOGO_TABLET", "sha": null, "width": 160 }

Properties

contentType

The RFC-2387 content type of this image; e.g., image/png or image/jpeg

height

The height of the image.

id

Generated automatically when the entity is created, and cannot be changed.

image

The image data itself, in its native format. The content depends on the contentType value. Minimum size is 67 bytes; maximum is 1 megabyte.

imageType

The type or purpose of this logo.

sha

The SHA-256 checksum of the image data. This can be used to quickly determine whether the image has changed since it was last stored locally.

width

The width of the image.