TextStickerColorOption

open class TextStickerColorOption

Constructors

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

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getLayout
Link copied to clipboard
open fun getLayout(): Int
getThumbnailBitmap
Link copied to clipboard
open fun getThumbnailBitmap(): Bitmap
open fun getThumbnailBitmap(maxWidth: Int): Bitmap
getThumbnailResId
Link copied to clipboard
open fun getThumbnailResId(): Int
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<TextStickerColorOption>