The NotificationSDKServerSettings object contains all the settings related to the NotificationSdkServer.
It must be provided to the NotificationSDKServer constructor.
More...
The NotificationSDKServerSettings object contains all the settings related to the NotificationSdkServer.
It must be provided to the NotificationSDKServer constructor.
◆ NotificationSDKServerSettings()
◆ DEFAULT_CONNECTION_TIMEOUT
const int DEFAULT_CONNECTION_TIMEOUT = 20000 |
|
static |
Default timeout (in milliseconds) after which a sending connection should be closed.
◆ DEFAULT_THREAD_MAX_NUMBER
const int DEFAULT_THREAD_MAX_NUMBER = 20 |
|
static |
Default maximum number of threads allowed to run for sending push messages.
◆ DEFAULT_THREAD_TIMEOUT
const int DEFAULT_THREAD_TIMEOUT = 60000 |
|
static |
Default timeout (in milliseconds) after which a thread sending a push message is cancelled
◆ ConnectionTimeout
Timeout (in milliseconds) after which a sending connection should be closed. Must be greater than 0.
Default value is DEFAULT_CONNECTION_TIMEOUT.
◆ ThreadMaxNumber
Maximum number of threads allowed to run for sending push messages. Must be greater than 0.
Default value is DEFAULT_THREAD_MAX_NUMBER.
◆ ThreadTimeout
Timeout (in milliseconds) after which a thread sending a push message is cancelled. Must be greater than 0.
Default value is DEFAULT_THREAD_TIMEOUT.
The documentation for this class was generated from the following file: