notifyMobileClients
Available from version | 1.24.0 |
---|---|
Usage | /notifyMobileClients <True / False> |
Description
If a message for mobile Clients is created and published, this argument can be used to specify whether the mobile devices should be notified.
The following values are allowed:
Value | Description | Default |
---|---|---|
True | The mobile devices will be notified | x |
False | The mobile devices won't be notified |
If this argument is not specified, the mobile devices will be notified.
Example
IBI.aws.Admin.exe (...) /notifyMobileClients "True"
The mobile devices will be notified.
IBI.aws.Admin.exe (...) /notifyMobileClients "False"
The mobile devices won't be notified.
IBI.aws.Admin.exe (...)
Without specifying the "notifyMobileClients" argument, its default value takes effect, therefore the mobile devices are notified.