PFUserTitleInfo データ モデル。
構文
typedef struct PFUserTitleInfo {
const char* avatarUrl;
time_t created;
const char* displayName;
time_t const* firstLogin;
bool const* isBanned;
time_t const* lastLogin;
PFUserOrigination const* origination;
PFEntityKey const* titlePlayerAccount;
} PFUserTitleInfo;
メンバー
avatarUrl const char*
が null で終わる
(省略可能) プレイヤーのアバターへの URL。
created time_t
ユーザーがこのゲームに最初に関連付けられた時刻を示すタイムスタンプ (これは、ユーザーが最初に PlayFab に登録したときとは大きく異なる場合があります)。
displayName const char*
が null で終わる
(省略可能) ゲーム内に表示されるユーザーの名前。
firstLogin time_t const*
nullptr でもかまいません
(省略可能) ユーザーがこのゲームに初めてサインインしたタイミングを示すタイムスタンプ (これは、ユーザーにベータ キーを発行するなど、他のイベントがタイトルをユーザーに関連付けることができるので、作成されたタイムスタンプとは異なる場合があります)。
isBanned bool const*
nullptr でもかまいません
(省略可能) ユーザーがタイトルに対して現在禁止されているかどうかを示すブール値。
lastLogin time_t const*
nullptr でもかまいません
(省略可能) このタイトルの最後のユーザー ログインのタイムスタンプ。
origination
PFUserOrigination const*
nullptr でもかまいません
(省略可能) ユーザーが最初にゲームに参加したソース (既知の場合)。
titlePlayerAccount
PFEntityKey const*
nullptr でもかまいません
(省略可能) このユーザーのタイトル プレーヤー アカウント エンティティ。
要件
ヘッダー: PFTypes.h