Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.Console.IConsoleAccountExport Interface Reference

An export of all information stored for a user account. More...

Inherited by Nakama.Console.ConsoleAccountExport.

Properties

INakamaapiAccount Account [get]
 The user's account details.
 
IEnumerable< IApiFriendFriends [get]
 The user's friends.
 
IEnumerable< IApiGroupGroups [get]
 The user's groups.
 
IEnumerable< IApiLeaderboardRecordLeaderboardRecords [get]
 The user's leaderboard records.
 
IEnumerable< IApiChannelMessageMessages [get]
 The user's chat messages.
 
IEnumerable< IApiNotificationNotifications [get]
 The user's notifications.
 
IEnumerable< IApiStorageObjectObjects [get]
 The user's storage.
 
IEnumerable< IConsoleWalletLedgerWalletLedgers [get]
 The user's wallet ledger items.
 

Detailed Description

An export of all information stored for a user account.

Property Documentation

◆ Account

INakamaapiAccount Nakama.Console.IConsoleAccountExport.Account
get

The user's account details.

◆ Friends

IEnumerable<IApiFriend> Nakama.Console.IConsoleAccountExport.Friends
get

The user's friends.

◆ Groups

IEnumerable<IApiGroup> Nakama.Console.IConsoleAccountExport.Groups
get

The user's groups.

◆ LeaderboardRecords

IEnumerable<IApiLeaderboardRecord> Nakama.Console.IConsoleAccountExport.LeaderboardRecords
get

The user's leaderboard records.

◆ Messages

IEnumerable<IApiChannelMessage> Nakama.Console.IConsoleAccountExport.Messages
get

The user's chat messages.

◆ Notifications

IEnumerable<IApiNotification> Nakama.Console.IConsoleAccountExport.Notifications
get

The user's notifications.

◆ Objects

IEnumerable<IApiStorageObject> Nakama.Console.IConsoleAccountExport.Objects
get

The user's storage.

◆ WalletLedgers

IEnumerable<IConsoleWalletLedger> Nakama.Console.IConsoleAccountExport.WalletLedgers
get

The user's wallet ledger items.


The documentation for this interface was generated from the following file: