Construct MetadataRepo from an input stream. The library does not close the given
InputStream, therefore it is caller's responsibility to properly close the stream.
Parameters
typeface
Typeface: Typeface to be used to render emojis
inputStream
InputStream: InputStream to read emoji metadata from
Construct MetadataRepo from a byte buffer. The position of the ByteBuffer will change, it is
caller's responsibility to reposition the buffer if required.
Parameters
typeface
Typeface: Typeface to be used to render emojis
byteBuffer
ByteBuffer: ByteBuffer to read emoji metadata from
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.