Version: 6000.3
语言: 中文
实施商店
检索产品

初始化

您商店的Initialize方法由Unity IAPUnity In App Purchase
的缩写 术语表
使用IStoreCallback您的商店用于异步与 Unity IAP 通信。

void Initialize(IStoreCallback callback) {
    // Keep a reference to the callback for communicating with Unity IAP.
    this.callback = callback;
}
实施商店
检索产品