Profile


class Profile


An object representing a user profile on social media.

Summary

Nested types

Builder class for Profile.

Public functions

Optional<Image!>!

Returns the additional image associated with the profile.

Optional<String!>!

Returns the additional metadata associated with the profile. e.g. handle

Public properties

Image!
String!

Public functions

getAdditionalImage

fun getAdditionalImage(): Optional<Image!>!

Returns the additional image associated with the profile.

getAdditionalText

fun getAdditionalText(): Optional<String!>!

Returns the additional metadata associated with the profile. e.g. handle

Public properties

avatar

val avatarImage!

name

val nameString!