Language

CarrierConfigManager.KeySatelliteConnectedNotificationThrottleMillisInt Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_CONNECTED_NOTIFICATION_THROTTLE_MILLIS_INT.

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.

Applies to