Gamebase SDK for Android  2.3.0
Toast Gamebase Platform
PushProvider.Type Class Reference

The type of the external purchase module. More...

Collaboration diagram for PushProvider.Type:
Collaboration graph

Static Public Member Functions

static boolean isValid (final String type)
 

Static Public Attributes

static final String FCM = "FCM"
 
static final String TENCENT = "TENCENT"
 

Detailed Description

The type of the external purchase module.

Member Function Documentation

◆ isValid()

static boolean isValid ( final String  type)
static

Member Data Documentation

◆ FCM

final String FCM = "FCM"
static

◆ TENCENT

final String TENCENT = "TENCENT"
static