Gamebase SDK for Android  2.31.0
NHN Cloud Gamebase Platform
GamebaseNotificationOptions.Builder Class Reference
Collaboration diagram for GamebaseNotificationOptions.Builder:
Collaboration graph

Public Member Functions

Builder enableForeground (boolean foregroundEnabled)
 
Builder enableBadge (boolean badgeEnabled)
 
Builder setPriority (int priority)
 
Builder setSmallIconName (String smallIconName)
 
Builder setSoundFileName (String soundFileName)
 
GamebaseNotificationOptions build ()
 This method creates an instance of GamebaseNotificationOptions. More...
 

Member Function Documentation

◆ build()

This method creates an instance of GamebaseNotificationOptions.

Since
Added 2.15.0.
Returns
an instance of GamebaseNotificationOptions

◆ enableBadge()

Builder enableBadge ( boolean  badgeEnabled)
Here is the caller graph for this function:

◆ enableForeground()

Builder enableForeground ( boolean  foregroundEnabled)
Here is the caller graph for this function:

◆ setPriority()

Builder setPriority ( int  priority)
Here is the caller graph for this function:

◆ setSmallIconName()

Builder setSmallIconName ( String  smallIconName)
Here is the caller graph for this function:

◆ setSoundFileName()

Builder setSoundFileName ( String  soundFileName)
Here is the caller graph for this function: