PolicyIdentifier.CreateForTesting(String) 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.
Create an instance of PolicyIdentifier for testing purposes.
[Android.Runtime.Register("createForTesting", "(Ljava/lang/String;)Landroid/app/admin/PolicyIdentifier;", "", ApiSince=37)]
[Java.Interop.JavaTypeParameters(new System.String[] { "U" })]
public static Android.App.Admin.PolicyIdentifier CreateForTesting(string id);
[<Android.Runtime.Register("createForTesting", "(Ljava/lang/String;)Landroid/app/admin/PolicyIdentifier;", "", ApiSince=37)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "U" })>]
static member CreateForTesting : string -> Android.App.Admin.PolicyIdentifier
Parameters
- id
- String
Returns
- Attributes