CarrierConfigManager.KeySatelliteConnectedNotificationThrottleMillisInt 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.
Satellite notification display restriction reset time in seconds.
[Android.Runtime.Register("KEY_SATELLITE_CONNECTED_NOTIFICATION_THROTTLE_MILLIS_INT", ApiSince=36)]
public const string KeySatelliteConnectedNotificationThrottleMillisInt;
[<Android.Runtime.Register("KEY_SATELLITE_CONNECTED_NOTIFICATION_THROTTLE_MILLIS_INT", ApiSince=36)>]
val mutable KeySatelliteConnectedNotificationThrottleMillisInt : string
Field Value
- Attributes
Remarks
Satellite notification display restriction reset time in seconds.
The device shows a notification when it connects to a satellite. If the user interacts with the notification, it won't be shown again immediately. Instead, the notification will only reappear after below key mentioned amount of time has passed.
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.