DevicePolicyManager.GetResolvedDeviceWidePolicy(PolicyIdentifier) 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.
Returns the resolved value of the given device-wide policy.
[Android.Runtime.Register("getResolvedDeviceWidePolicy", "(Landroid/app/admin/PolicyIdentifier;)Ljava/lang/Object;", "GetGetResolvedDeviceWidePolicy_Landroid_app_admin_PolicyIdentifier_Handler", ApiSince=37)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public virtual Java.Lang.Object? GetResolvedDeviceWidePolicy(Android.App.Admin.PolicyIdentifier id);
[<Android.Runtime.Register("getResolvedDeviceWidePolicy", "(Landroid/app/admin/PolicyIdentifier;)Ljava/lang/Object;", "GetGetResolvedDeviceWidePolicy_Landroid_app_admin_PolicyIdentifier_Handler", ApiSince=37)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
abstract member GetResolvedDeviceWidePolicy : Android.App.Admin.PolicyIdentifier -> Java.Lang.Object
override this.GetResolvedDeviceWidePolicy : Android.App.Admin.PolicyIdentifier -> Java.Lang.Object
Parameters
Which policy to retrieve.
Returns
The resolved value of the policy.
- Attributes