BillingClient.getStoreType()
Description
Returns the store type currently being used for in-app purchases (IAP).
Signature
public String getStoreType()
Usage
String storeType = billingClient.getStoreType();
Returns
A String representing the store type. Possible values are:
| Return Value | Description |
|---|---|
| onestore | ONE Store |
| amazon | Amazon Appstore |
| huawei | Huawei AppGallery |
| xiaomi | Xiaomi GetApps |
| samsung | Samsung Galaxy Store |
| nowgg | now.gg Store |
