TelephonyManager.ExtraIsRefresh 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.
Boolean value representing whether the TelephonyManager#ACTION_SHOW_VOICEMAIL_NOTIFICATION
is new or a refresh of an existing
notification.
[Android.Runtime.Register("EXTRA_IS_REFRESH", ApiSince=27)]
public const string ExtraIsRefresh;
[<Android.Runtime.Register("EXTRA_IS_REFRESH", ApiSince=27)>]
val mutable ExtraIsRefresh : string
Field Value
- Attributes
Remarks
Boolean value representing whether the TelephonyManager#ACTION_SHOW_VOICEMAIL_NOTIFICATION
is new or a refresh of an existing notification. Notification refresh happens after reboot or connectivity changes. The user has already been notified for the voicemail so it should not alert the user, and should not be shown again if the user has dismissed it.
Java documentation for android.telephony.TelephonyManager.EXTRA_IS_REFRESH
.
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.