toggle menu
Gamebase SDK for Android
2.62.1
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.base.push.data
/
GamebaseNotificationOptions
/
Builder
Builder
open
class
Builder
Members
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
GamebaseNotificationOptions
This method creates an instance of GamebaseNotificationOptions.
enable
Badge
Link copied to clipboard
open
fun
enableBadge
(
badgeEnabled
:
Boolean
)
:
GamebaseNotificationOptions.Builder
enable
Foreground
Link copied to clipboard
open
fun
enableForeground
(
foregroundEnabled
:
Boolean
)
:
GamebaseNotificationOptions.Builder
set
Priority
Link copied to clipboard
open
fun
setPriority
(
priority
:
Int
)
:
GamebaseNotificationOptions.Builder
set
Small
Icon
Name
Link copied to clipboard
open
fun
setSmallIconName
(
smallIconName
:
String
)
:
GamebaseNotificationOptions.Builder
set
Sound
File
Name
Link copied to clipboard
open
fun
setSoundFileName
(
soundFileName
:
String
)
:
GamebaseNotificationOptions.Builder