lib / com.kirkbushman.araw.models.base / RedditorData

RedditorData

interface RedditorData : Parcelable

Properties

fullname

abstract val fullname: String

Inheritors

Redditor

This class represents a Redditor, that is not the current logged in one.

data class Redditor : RedditorData, Account

SuspendedRedditor

data class SuspendedRedditor : RedditorData, Parcelable