CarrierConfigManager.KeySatelliteRoamingScreenOffInactivityTimeoutSecInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An integer key holds the timeout duration in seconds used to determine whether to exit carrier-roaming NB-IOT satellite mode.
[Android.Runtime.Register("KEY_SATELLITE_ROAMING_SCREEN_OFF_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)]
public const string KeySatelliteRoamingScreenOffInactivityTimeoutSecInt;
[<Android.Runtime.Register("KEY_SATELLITE_ROAMING_SCREEN_OFF_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)>]
val mutable KeySatelliteRoamingScreenOffInactivityTimeoutSecInt : string
Field Value
- Attributes
Remarks
An integer key holds the timeout duration in seconds used to determine whether to exit carrier-roaming NB-IOT satellite mode.
The timer is started when the device screen is turned off during a satellite session. When the timer expires, the device exits Carrier Roaming NB IOT NTN.
The default value is 30 seconds.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.