Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class FriendPresence(val profileId: String, val pmid: String, val status: String, val joinInfo: FriendJoinInfo? = null, val lastUpdated: String) : Record
Link copied to clipboard
data class FriendsList(val friends: List<FriendInfo> = emptyList(), val incomingRequests: List<FriendInfo> = emptyList(), val outgoingRequests: List<FriendInfo> = emptyList(), val empty: Boolean) : Record
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PlayerAttributes(val privileges: Privileges, val profanityFilterPreferences: ProfanityFilterPreferences, val friendsPreferences: FriendsPreferences? = null, val chatPreferences: ChatPreferences? = null, val banStatus: BanStatus) : Record
Link copied to clipboard
data class PlayerAttributesUpdate(val profanityFilterPreferences: ProfanityFilterPreferences? = null, val friendsPreferences: FriendsPreferences? = null) : Record
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Privileges(val onlineChat: TogglePreference, val multiplayerServer: TogglePreference, val multiplayerRealms: TogglePreference, val telemetry: TogglePreference, val optionalTelemetry: TogglePreference) : Record
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SessionProfile(val id: String, val name: String, val legacy: Boolean? = null, val properties: List<TextureProperty> = emptyList()) : Record
Link copied to clipboard
Link copied to clipboard