open class Profile
Represents a user profile.
<init>
Profile()
Profile(key: String, displayName: String)
getDisplayName
open fun getDisplayName(): String
getKey
open fun getKey(): String