Aracılığıyla paylaş


AlarmClock.ActionDismissTimer Field

Definition

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.

Applies to