次の方法で共有


XStoreSubscriptionInfo

サブスクリプションに関する情報が格納されます。

構文

typedef struct XStoreSubscriptionInfo {  
    bool hasTrialPeriod;  
    XStoreDurationUnit trialPeriodUnit;  
    uint32_t trialPeriod;  
    XStoreDurationUnit billingPeriodUnit;  
    uint32_t billingPeriod;  
} XStoreSubscriptionInfo  

メンバー

hasTrialPeriod
型: bool

サブスクリプションに評価版の期間があるかどうかを示します。

trialPeriodUnit
型: XStoreDurationUnit

評価期間の単位の種類。

trialPeriod
型: uint32_t

評価版の長さの期間。

billingPeriodUnit
型: XStoreDurationUnit

課金期間の単位の種類。

billingPeriod
型: uint32_t

サブスクリプションの有料期間。

解説

サブスクリプションは、パートナー センターで作成および構成されます。 ゲームに提供されるサブスクリプションの種類には、それぞれ個別のサブスクリプション構成が必要です。 XStoreSubscriptionInfo は、XStoreSku 構造体のメンバーです。

要件

ヘッダー: XStore.h (XGameRuntime.h に含まれます)

サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体

関連項目

XStore
XStoreSku