restrictedSatelliteOk property

bool? restrictedSatelliteOk
getter/setter pair

If set to true, messages will be allowed to be delivered to the app while the device is connected over a restricted satellite network.

This should only be enabled for messages that can be handled over a restricted satellite network and only for apps that are enabled to work over a restricted satellite network. Note that the ability of the app to connect to a restricted satellite network is dependent on the carrier's settings and the device model.

Optional.

Implementation

core.bool? restrictedSatelliteOk;