Gamebase SDK for Android  2.5.0
Toast Gamebase Platform
PurchaseProvider.StoreCode Class Reference

The type of the markets that are used in the IAP module. More...

Collaboration diagram for PurchaseProvider.StoreCode:
Collaboration graph

Static Public Member Functions

static boolean isValid (final String storeCode)
 

Static Public Attributes

static final String GOOGLE = "GG"
 
static final String ONESTORE = "ONESTORE"
 
static final String REDBEANCC = "REDBEANCC"
 
static final String ONGATE = "ONGATE"
 

Detailed Description

The type of the markets that are used in the IAP module.

Member Function Documentation

◆ isValid()

static boolean isValid ( final String  storeCode)
static
Here is the caller graph for this function:

Member Data Documentation

◆ GOOGLE

final String GOOGLE = "GG"
static

◆ ONESTORE

final String ONESTORE = "ONESTORE"
static

◆ ONGATE

final String ONGATE = "ONGATE"
static

◆ REDBEANCC

final String REDBEANCC = "REDBEANCC"
static