UserInfo

abstract class UserInfo

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder

Functions

Link copied to clipboard
Link copied to clipboard
open fun create(cursor: Cursor): UserInfo
Link copied to clipboard
abstract fun firstName(): String
Link copied to clipboard
abstract fun surname(): String
Link copied to clipboard
abstract fun toBuilder(): UserInfo.Builder
Link copied to clipboard
abstract fun uid(): String
Link copied to clipboard
abstract fun username(): String