次の方法で共有


PFUserGooglePlayGamesInfo

PFUserGooglePlayGamesInfo データ モデル。

構文

typedef struct PFUserGooglePlayGamesInfo {  
    const char* googlePlayGamesPlayerAvatarImageUrl;  
    const char* googlePlayGamesPlayerDisplayName;  
    const char* googlePlayGamesPlayerId;  
} PFUserGooglePlayGamesInfo;  

メンバー

googlePlayGamesPlayerAvatarImageUrl const char*
が null で終わる

(省略可能) Google Play Games プレイヤーのアバター 画像 URL。

googlePlayGamesPlayerDisplayName const char*
が null で終わる

(省略可能) Google Play Games プレイヤーの表示名。

googlePlayGamesPlayerId const char*
が null で終わる

(省略可能) Google Play Games のプレイヤー ID。

要件

ヘッダー: PFTypes.h

関連項目

PFTypes メンバー