AlarmClock.ActionDismissTimer 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.
Activity Action: Dismiss a timer.
[Android.Runtime.Register("ACTION_DISMISS_TIMER", ApiSince=28)]
public const string ActionDismissTimer;
[<Android.Runtime.Register("ACTION_DISMISS_TIMER", ApiSince=28)>]
val mutable ActionDismissTimer : string
Field Value
- Attributes
Remarks
Activity Action: Dismiss a timer.
The timer to dismiss should be specified using the Intent's data URI, which represents a deeplink to the timer.
If no data URI is provided, dismiss all expired timers.
Java documentation for android.provider.AlarmClock.ACTION_DISMISS_TIMER
.
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.