Gamebase SDK for Android  2.32.0
NHN Cloud Gamebase Platform
ImageNoticeConfiguration Class Reference

Parameter class for the initialization of Gamebase.ImageNotice.showImageNotices(). More...

Collaboration diagram for ImageNoticeConfiguration:
Collaboration graph

Classes

class  Builder
 

Public Member Functions

int getBackgroundColor ()
 
long getTimeoutMs ()
 
boolean isAutoCloseByCustomScheme ()
 

Static Public Member Functions

static Builder newBuilder ()
 The factory method to create an instance of the builder to build ImageNoticeConfiguration. More...
 

Detailed Description

Member Function Documentation

◆ getBackgroundColor()

int getBackgroundColor ( )

◆ getTimeoutMs()

long getTimeoutMs ( )

◆ isAutoCloseByCustomScheme()

boolean isAutoCloseByCustomScheme ( )

◆ newBuilder()

static Builder newBuilder ( )
static

The factory method to create an instance of the builder to build ImageNoticeConfiguration.

Since
Added 2.12.0.
Returns
an instance of the builder to build ImageNoticeConfiguration.