CarrierConfigManager.KeySatelliteEntitlementStatusRefreshDaysInt 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 time interval for refreshing or re-querying the satellite entitlement status from the entitlement server to ensure it is the latest.
[Android.Runtime.Register("KEY_SATELLITE_ENTITLEMENT_STATUS_REFRESH_DAYS_INT", ApiSince=35)]
public const string KeySatelliteEntitlementStatusRefreshDaysInt;
[<Android.Runtime.Register("KEY_SATELLITE_ENTITLEMENT_STATUS_REFRESH_DAYS_INT", ApiSince=35)>]
val mutable KeySatelliteEntitlementStatusRefreshDaysInt : string
Field Value
- Attributes
Remarks
An integer key holds the time interval for refreshing or re-querying the satellite entitlement status from the entitlement server to ensure it is the latest.
The default value is 7 days.
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.