ImageSearchItem

open class ImageSearchItem : ExternalBaseAttachment, Serializable

object to encapsulate Image search result

Constructors

Link copied to clipboard
open fun ImageSearchItem()
Link copied to clipboard
open fun ImageSearchItem(@NonNull cursor: Cursor)

Properties

Link copied to clipboard
private open var originalUrl: String
Link copied to clipboard
val RECENTLY_USED: Int
Link copied to clipboard
private open var thumbnailUrl: String

Functions

Link copied to clipboard
open fun getContentValues(): ContentValues
Link copied to clipboard
open fun getType(): Int
Link copied to clipboard
open fun setType(type: Int)

Inherited functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getIdentifier(): String
Link copied to clipboard
open fun getProvider(): String
Link copied to clipboard
open fun setId(@NonNull id: String)
Link copied to clipboard
open fun setIdentifier(@Nullable identifier: String)
Link copied to clipboard
open fun setProvider(@NonNull provider: String)