SpotItSpot

class SpotItSpot(var id: Long? = 0, var title: String? = "", var details: String? = "", var url: String? = "")

Represents a "spot" which is a piece of content (e.g., an article, video, or audio) recommended to the user.

Constructors

Link copied to clipboard
constructor(id: Long? = 0, title: String? = "", details: String? = "", url: String? = "")

Properties

Link copied to clipboard

A brief description of the spot's content.

Link copied to clipboard
var id: Long?

The unique identifier for the spot.

Link copied to clipboard

The title of the spot.

Link copied to clipboard
var url: String?

The URL where the spot can be accessed.

Functions

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