UserInfo

interface UserInfo

Interface definition for a information of user.

Functions

Link copied to clipboard
abstract fun getNickname(): String
Provides the nickname of the user.
Link copied to clipboard
abstract fun getProfileUrl(): String
Provides the profile url of the user.
Link copied to clipboard
abstract fun getUserId(): String
Provides the identifier of the user.