Sdílet prostřednictvím


AlarmClock.ExtraMessage Field

Definition

Bundle extra: A custom message for the alarm or timer.

[Android.Runtime.Register("EXTRA_MESSAGE")]
public const string ExtraMessage;
[<Android.Runtime.Register("EXTRA_MESSAGE")>]
val mutable ExtraMessage : string

Field Value

Attributes

Remarks

Bundle extra: A custom message for the alarm or timer.

Used by #ACTION_SET_ALARM and #ACTION_SET_TIMER.

The value is a String.

Java documentation for android.provider.AlarmClock.EXTRA_MESSAGE.

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

See also