次の方法で共有


PFPlayerProfileViewConstraints

PFPlayerProfileViewConstraints データ モデル。

構文

typedef struct PFPlayerProfileViewConstraints {  
    bool showAvatarUrl;  
    bool showBannedUntil;  
    bool showCampaignAttributions;  
    bool showContactEmailAddresses;  
    bool showCreated;  
    bool showDisplayName;  
    bool showExperimentVariants;  
    bool showLastLogin;  
    bool showLinkedAccounts;  
    bool showLocations;  
    bool showMemberships;  
    bool showOrigination;  
    bool showPushNotificationRegistrations;  
    bool showStatistics;  
    bool showTags;  
    bool showTotalValueToDateInUsd;  
    bool showValuesToDate;  
} PFPlayerProfileViewConstraints;  

メンバー

showAvatarUrl bool

プレイヤーのアバター URL を表示するかどうか。 既定値は false です。

showBannedUntil bool

禁止時間までを表示するかどうか。 既定値は false です。

showCampaignAttributions bool

キャンペーンの属性を表示するかどうか。 既定値は false です。

showContactEmailAddresses bool

連絡先のメール アドレスを表示するかどうか。 既定値は false です。

showCreated bool

作成した日付を表示するかどうか。 既定値は false です。

showDisplayName bool

表示名を表示するかどうか。 既定値は false です。

showExperimentVariants bool

プレイヤーの実験バリアントを表示するかどうか。 既定値は false です。

showLastLogin bool

最後のログイン時刻を表示するかどうか。 既定値は false です。

showLinkedAccounts bool

リンクされたアカウントを表示するかどうか。 既定値は false です。

showLocations bool

プレイヤーの位置を表示するかどうか。 既定値は false です。

showMemberships bool

プレイヤーのメンバーシップ情報を表示するかどうか。 既定値は false です。

showOrigination bool

配信元を表示するかどうか。 既定値は false です。

showPushNotificationRegistrations bool

プッシュ通知の登録を表示するかどうか。 既定値は false です。

showStatistics bool

将来の開発のために予約されています。

showTags bool

タグを表示するかどうか。 既定値は false です。

showTotalValueToDateInUsd bool

現在までの合計値を米ドルで表示するかどうか。 既定値は false です。

showValuesToDate bool

現在までの値を表示するかどうか。 デフォルトは false です。

要件

ヘッダー: PFTypes.h

関連項目

PFTypes メンバー