ImageStickerAsset

open class ImageStickerAsset

Constructors

ImageStickerAsset
Link copied to clipboard
fun ImageStickerAsset(id: String?, stickerSource: <ERROR CLASS>, optionMode: ImageStickerAsset.OPTION_MODE?)
ImageStickerAsset
Link copied to clipboard
fun ImageStickerAsset(id: String?, stickerResId: Int, optionMode: ImageStickerAsset.OPTION_MODE?)
ImageStickerAsset
Link copied to clipboard
fun ImageStickerAsset(id: String?, stickerId: Int)

Types

Companion
Link copied to clipboard
object Companion
OPTION_MODE
Link copied to clipboard
enum OPTION_MODE : Enum<ImageStickerAsset.OPTION_MODE>

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
getVariantAsset
Link copied to clipboard
open fun getVariantAsset(index: Int): ImageStickerAsset?
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasVariants
Link copied to clipboard
open fun hasVariants(): Boolean
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: <ERROR CLASS>, flags: Int)

Properties

configType
Link copied to clipboard
open val configType: Class<Out <ERROR CLASS>>
optionMode
Link copied to clipboard
val optionMode: ImageStickerAsset.OPTION_MODE?
stickerSource
Link copied to clipboard
val stickerSource: <ERROR CLASS>
variantCount
Link copied to clipboard
open val variantCount: Int

Inheritors

MultiImageStickerAsset
Link copied to clipboard