-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDevicePolicyManagerFlags.xml
More file actions
139 lines (139 loc) Β· 9.86 KB
/
DevicePolicyManagerFlags.xml
File metadata and controls
139 lines (139 loc) Β· 9.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<Type Name="DevicePolicyManagerFlags" FullName="Android.App.Admin.DevicePolicyManagerFlags">
<TypeSignature Language="C#" Value="public enum DevicePolicyManagerFlags" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DevicePolicyManagerFlags extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Android.App.Admin.DevicePolicyManagerFlags" />
<TypeSignature Language="F#" Value="type DevicePolicyManagerFlags = " />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Flags]</AttributeName>
<AttributeName Language="F#">[<System.Flags>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Enumerates values returned by several types and taken as a parameter of the <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='F:Android App Admin DevicePolicyManager AddCrossProfileIntentFilter';scope=Xamarin" title="F:Android.App.Admin.DevicePolicyManager.AddCrossProfileIntentFilter">F:Android.App.Admin.DevicePolicyManager.AddCrossProfileIntentFilter</a></format> member.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="EvictCredentialEncryptionKey">
<MemberSignature Language="C#" Value="EvictCredentialEncryptionKey" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.Admin.DevicePolicyManagerFlags EvictCredentialEncryptionKey = int32(1)" />
<MemberSignature Language="DocId" Value="F:Android.App.Admin.DevicePolicyManagerFlags.EvictCredentialEncryptionKey" />
<MemberSignature Language="F#" Value="EvictCredentialEncryptionKey = 1" Usage="Android.App.Admin.DevicePolicyManagerFlags.EvictCredentialEncryptionKey" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.App.Admin.DevicePolicyManager.FlagEvictCredentialEncryptionKey", JniField="android/app/admin/DevicePolicyManager.FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.App.Admin.DevicePolicyManager.FlagEvictCredentialEncryptionKey", JniField="android/app/admin/DevicePolicyManager.FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android26.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android26.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.Admin.DevicePolicyManagerFlags</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ManagedCanAccessParent">
<MemberSignature Language="C#" Value="ManagedCanAccessParent" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.Admin.DevicePolicyManagerFlags ManagedCanAccessParent = int32(2)" />
<MemberSignature Language="DocId" Value="F:Android.App.Admin.DevicePolicyManagerFlags.ManagedCanAccessParent" />
<MemberSignature Language="F#" Value="ManagedCanAccessParent = 2" Usage="Android.App.Admin.DevicePolicyManagerFlags.ManagedCanAccessParent" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.App.Admin.DevicePolicyManager.FlagManagedCanAccessParent", JniField="android/app/admin/DevicePolicyManager.FLAG_MANAGED_CAN_ACCESS_PARENT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.App.Admin.DevicePolicyManager.FlagManagedCanAccessParent", JniField="android/app/admin/DevicePolicyManager.FLAG_MANAGED_CAN_ACCESS_PARENT")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.Admin.DevicePolicyManagerFlags</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.Admin.DevicePolicyManagerFlags None = int32(0)" />
<MemberSignature Language="DocId" Value="F:Android.App.Admin.DevicePolicyManagerFlags.None" />
<MemberSignature Language="F#" Value="None = 0" Usage="Android.App.Admin.DevicePolicyManagerFlags.None" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.Admin.DevicePolicyManagerFlags</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ParentCanAccessManaged">
<MemberSignature Language="C#" Value="ParentCanAccessManaged" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.App.Admin.DevicePolicyManagerFlags ParentCanAccessManaged = int32(1)" />
<MemberSignature Language="DocId" Value="F:Android.App.Admin.DevicePolicyManagerFlags.ParentCanAccessManaged" />
<MemberSignature Language="F#" Value="ParentCanAccessManaged = 1" Usage="Android.App.Admin.DevicePolicyManagerFlags.ParentCanAccessManaged" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition("Android.App.Admin.DevicePolicyManager.FlagParentCanAccessManaged", JniField="android/app/admin/DevicePolicyManager.FLAG_PARENT_CAN_ACCESS_MANAGED")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition("Android.App.Admin.DevicePolicyManager.FlagParentCanAccessManaged", JniField="android/app/admin/DevicePolicyManager.FLAG_PARENT_CAN_ACCESS_MANAGED")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.Admin.DevicePolicyManagerFlags</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
</Members>
</Type>