ImageHolder

Class to hold image data either as drawable id or as the Bitmap.

Types

Link copied to clipboard
object Companion

Static methods to create an instance of ImageHolder.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Overloaded equals function.

Link copied to clipboard
open override fun hashCode(): Int

Overloaded hashCode function based on all class properties.

Link copied to clipboard
open override fun toString(): String

Overloaded toString function.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Image represented as the bitmap.

Link copied to clipboard

Image represented as drawable resource id.