AlarmClock.ExtraMessage 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.
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.