AvatarQueryOptions

Class that represents the query options for an avatar.

Types

Link copied to clipboard
class Builder

Builder for AvatarQueryOptions.

Properties

Link copied to clipboard

Default avatar image. Optional: default to Gravatar logo

Link copied to clipboard

Force default avatar image. Optional: default to false

Link copied to clipboard
val preferredSize: Int? = null

Size of the avatar, must be between 1 and 2048. Optional: default to 80

Link copied to clipboard
val rating: ImageRating? = null

Image rating. Optional: default to General, suitable for display on all websites with any audience

Functions

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