StatusBarManager.IsAgentTaskLaunchSupported 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 feature supports interacting with its elements to launch activities.
public virtual bool IsAgentTaskLaunchSupported { [Android.Runtime.Register("isAgentTaskLaunchSupported", "()Z", "GetIsAgentTaskLaunchSupportedHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isAgentTaskLaunchSupported", "()Z", "GetIsAgentTaskLaunchSupportedHandler", ApiSince=37)>]
member this.IsAgentTaskLaunchSupported : bool
Property Value
true if the agent task feature is supported and this implementation
supports interacting with elements to launch activities.
- Attributes