ProfileModel

abstract class ProfileModel

Represents a profile page

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var background: String?

Optional header image background

Link copied to clipboard
open var image: String?

Optional profile image

Link copied to clipboard
abstract var name: String

Profile name

Link copied to clipboard
open var subText: String?

Optional subtext

Link copied to clipboard
abstract var tabs: List<ProfileTab>

Profile info tabs