public static interface AbstractConfig.StickerConfigInterface extends DataSourceInterface<AbstractConfig.BindData>
| Modifier and Type | Interface and Description |
|---|---|
static class |
AbstractConfig.StickerConfigInterface.STICKER_TYPE
Type of sticker.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
int |
getStickerId()
Get sticker drawable resource id.
|
AbstractConfig.StickerConfigInterface.STICKER_TYPE |
getType()
Return the type of the sticker
|
boolean |
isExternalSticker() |
createViewHolder, generateBindData, generateBindDataAsync, getLayout, getName, getVerticalLayout, isDirty, isSelectable, setDirtyFlag@Nullable AbstractConfig.StickerConfigInterface.STICKER_TYPE getType()
AbstractConfig.StickerConfigInterface.STICKER_TYPE@DrawableRes @RawRes int getStickerId()
boolean isExternalSticker()
@Nullable
java.io.InputStream getInputStream()
throws java.io.FileNotFoundException
java.io.FileNotFoundException