Gamebase SDK for Android  1.5.0
Toast Gamebase Platform
PushConfiguration Class Reference

Parameter class for the initialization of the Pushable#registerPush(Map, Pushable.PushCallback). More...

Inheritance diagram for PushConfiguration:
Inheritance graph
Collaboration diagram for PushConfiguration:
Collaboration graph

Public Member Functions

 PushConfiguration (final boolean enabled, final boolean adAgree, final boolean adAgreeNight)
 

Public Attributes

boolean pushEnabled
 
boolean adAgreement
 
boolean adAgreementNight
 

Detailed Description

Constructor & Destructor Documentation

◆ PushConfiguration()

PushConfiguration ( final boolean  enabled,
final boolean  adAgree,
final boolean  adAgreeNight 
)

Member Data Documentation

◆ adAgreement

boolean adAgreement

◆ adAgreementNight

boolean adAgreementNight

◆ pushEnabled

boolean pushEnabled