StatusBarManager.IsAgentTaskFeatureSupported Property
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.
Returns whether the agent task status icon feature is supported by this device configuration.
public virtual bool IsAgentTaskFeatureSupported { [Android.Runtime.Register("isAgentTaskFeatureSupported", "()Z", "GetIsAgentTaskFeatureSupportedHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isAgentTaskFeatureSupported", "()Z", "GetIsAgentTaskFeatureSupportedHandler", ApiSince=37)>]
member this.IsAgentTaskFeatureSupported : bool
Property Value
true if the feature is supported, false otherwise.
- Attributes