BillingClient.getStoreType()的详细说明。
描述
返回当前用于应用内购买(IAP)的商店类型。
方法签名
public String getStoreType()
用法
String storeType = billingClient.getStoreType();
返回值
返回表示商店类型的字符串(String)。可能的取值如下:
| 返回值 | 说明 |
|---|---|
| onestore | ONE Store |
| amazon | Amazon Appstore |
| huawei | Huawei 应用市场 |
| xiaomi | 小米应用商店 |
| samsung | 三星 Galaxy 应用商店 |
| nowgg | now.gg 商店 |
