![]() |
Notification SDK Server
4.31.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
|
Public Member Functions | |
NotificationSDKServerSettings () | |
Static Public Attributes | |
const int | DEFAULT_THREAD_MAX_NUMBER = 20 |
const int | DEFAULT_THREAD_TIMEOUT = 60000 |
const int | DEFAULT_CONNECTION_TIMEOUT = 20000 |
Properties | |
int | ThreadMaxNumber [get, set] |
int | ThreadTimeout [get, set] |
int | ConnectionTimeout [get, set] |
The NotificationSDKServerSettings object contains all the settings related to the NotificationSdkServer. It must be provided to the NotificationSDKServer#NotificationSDKServer(NotificationSDKServerCredentials, NotificationSDKServerSettings) method.
|
inline |
Creates a NotificationSDKServerSettings object.
|
static |
Default timeout (in milliseconds) after which a sending connection should be closed
|
static |
Default maximum number of threads allowed to run for sending push messages.
|
static |
Default timeout (in milliseconds) after which a thread sending a push message is cancelled
|
getset |
Timeout (in milliseconds) after which a sending connection should be closed. Must be greater than 0. Default value is NotificationSDKServerSettings#DEFAULT_CONNECTION_TIMEOUT.
|
getset |
Maximum number of threads allowed to run for sending push messages. Must be greater than 0.
Default value is NotificationSDKServerSettings#DEFAULT_THREAD_MAX_NUMBER.
|
getset |
Timeout (in milliseconds) after which a thread sending a push message is cancelled. Must be greater than 0.
Default value is NotificationSDKServerSettings#DEFAULT_THREAD_TIMEOUT.