DevicePolicyManager.ExtraDelegationScopes Field

Definition

An ArrayList<String> corresponding to the delegation scopes given to an app in the #ACTION_APPLICATION_DELEGATION_SCOPES_CHANGED broadcast.

[Android.Runtime.Register("EXTRA_DELEGATION_SCOPES", ApiSince=26)]
public const string ExtraDelegationScopes;
[<Android.Runtime.Register("EXTRA_DELEGATION_SCOPES", ApiSince=26)>]
val mutable ExtraDelegationScopes : string

Field Value

Attributes

Remarks

An ArrayList<String> corresponding to the delegation scopes given to an app in the #ACTION_APPLICATION_DELEGATION_SCOPES_CHANGED broadcast.

Java documentation for android.app.admin.DevicePolicyManager.EXTRA_DELEGATION_SCOPES.

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.

Applies to