StickerColorOption

open class StickerColorOption

Constructors

StickerColorOption
Link copied to clipboard
open fun StickerColorOption(option: Int, color: Int)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getThumbnailBitmap
Link copied to clipboard
open fun getThumbnailBitmap(): Bitmap
open fun getThumbnailBitmap(maxWidth: Int): Bitmap
hasStaticThumbnail
Link copied to clipboard
open fun hasStaticThumbnail(): Boolean
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

color
Link copied to clipboard
private open var color: Int
CREATOR
Link copied to clipboard
val CREATOR: Creator<StickerColorOption>