xg.glass SDK
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
xg.glass SDK
xgglass-core
/
com.xgglass.core
/
DisplayImage
Display
Image
data
class
DisplayImage
(
val
bytes
:
ByteArray
,
val
encoding
:
ImageEncoding
)
Members
Constructors
Display
Image
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
encoding
:
ImageEncoding
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
PNG- or JPEG-encoded bytes. Adapters decode into native image objects.
encoding
Link copied to clipboard
val
encoding
:
ImageEncoding
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int