NotificationManager.MetaDataAutomaticRuleType 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.
A required meta-data
tag for activities that handle
#ACTION_AUTOMATIC_ZEN_RULE
.
[Android.Runtime.Register("META_DATA_AUTOMATIC_RULE_TYPE", ApiSince=29)]
public const string MetaDataAutomaticRuleType;
[<Android.Runtime.Register("META_DATA_AUTOMATIC_RULE_TYPE", ApiSince=29)>]
val mutable MetaDataAutomaticRuleType : string
Field Value
- Attributes
Remarks
A required meta-data
tag for activities that handle #ACTION_AUTOMATIC_ZEN_RULE
.
This tag should contain a localized name of the type of the zen rule provided by the activity.
Java documentation for android.app.NotificationManager.META_DATA_AUTOMATIC_RULE_TYPE
.
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.