13 lines
249 B
Java
13 lines
249 B
Java
package com.unity3d.ads.purchasing;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface IPurchasing {
|
|
void onGetProductCatalog();
|
|
|
|
void onGetPurchasingVersion();
|
|
|
|
void onInitializePurchasing();
|
|
|
|
void onPurchasingCommand(String str);
|
|
}
|