ProfileImage

The profile image of a user.

Author

Jan Müller
class ProfileImage(encodedImage: String,timestamp: Long)

Constructors

<init>
Link copied to clipboard
fun <init>(encodedImage: String, timestamp: Long)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

encodedImage
Link copied to clipboard
The encoded bytes of the image.
val encodedImage: String
timestamp
Link copied to clipboard
The timestamp of the image's upload date.
val timestamp: Long