Gamebase SDK for Android  2.41.2
NHN Cloud Gamebase Platform
PushProvider.Type Class Reference

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

Collaboration diagram for PushProvider.Type:
Collaboration graph

Static Public Attributes

static final String NONE = "NONE"
 
static final String FCM = "FCM"
 
static final String ADM = "ADM"
 

Detailed Description

The type of the external purchase module.

Member Data Documentation

◆ ADM

final String ADM = "ADM"
static

◆ FCM

final String FCM = "FCM"
static

◆ NONE

final String NONE = "NONE"
static