暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityIAPIStoreInitialization.md 348B

Initialization

Your store’s Initialize method is called by Unity IAP with an IStoreCallback that your store uses to communicate back to Unity IAP asynchronously.

void Initialize(IStoreCallback callback) {
    // Keep a reference to the callback for communicating with Unity IAP.
    this.callback = callback;
}