StatusBarManager.CanSetAgentTask Method
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.
Indicates whether the caller can currently set agent tasks in the status bar.
[Android.Runtime.Register("canSetAgentTask", "()Z", "GetCanSetAgentTaskHandler", ApiSince=37)]
public virtual bool CanSetAgentTask();
[<Android.Runtime.Register("canSetAgentTask", "()Z", "GetCanSetAgentTaskHandler", ApiSince=37)>]
abstract member CanSetAgentTask : unit -> bool
override this.CanSetAgentTask : unit -> bool
Returns
true if this app can currently send requests to modify the agents space, and
the user has currently authorized this.
- Attributes