-
Notifications
You must be signed in to change notification settings - Fork 42
/
NSUserNotificationCenterDelegate.xml
221 lines (221 loc) · 12.4 KB
/
NSUserNotificationCenterDelegate.xml
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<Type Name="NSUserNotificationCenterDelegate" FullName="Foundation.NSUserNotificationCenterDelegate">
<TypeSignature Language="C#" Value="public class NSUserNotificationCenterDelegate : Foundation.NSObject, Foundation.INSUserNotificationCenterDelegate, IDisposable" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NSUserNotificationCenterDelegate extends Foundation.NSObject implements class Foundation.INSUserNotificationCenterDelegate, class ObjCRuntime.INativeObject, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Foundation.NSUserNotificationCenterDelegate" />
<TypeSignature Language="F#" Value="type NSUserNotificationCenterDelegate = class
 inherit NSObject
 interface INSUserNotificationCenterDelegate
 interface INativeObject
 interface IDisposable" />
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Foundation.NSObject</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Foundation.INSUserNotificationCenterDelegate</InterfaceName>
</Interface>
<Interface>
<InterfaceName>ObjCRuntime.INativeObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>Foundation.Model</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.Protocol</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.Register("NSUserNotificationCenterDelegate", false)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NSUserNotificationCenterDelegate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Foundation.NSUserNotificationCenterDelegate.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Export("init")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected NSUserNotificationCenterDelegate (Foundation.NSObjectFlag t);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class Foundation.NSObjectFlag t) cil managed" />
<MemberSignature Language="DocId" Value="M:Foundation.NSUserNotificationCenterDelegate.#ctor(Foundation.NSObjectFlag)" />
<MemberSignature Language="F#" Value="new Foundation.NSUserNotificationCenterDelegate : Foundation.NSObjectFlag -> Foundation.NSUserNotificationCenterDelegate" Usage="new Foundation.NSUserNotificationCenterDelegate t" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="t" Type="Foundation.NSObjectFlag" />
</Parameters>
<Docs>
<param name="t">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected internal NSUserNotificationCenterDelegate (IntPtr handle);" />
<MemberSignature Language="ILAsm" Value=".method familyorassemblyhidebysig specialname rtspecialname instance void .ctor(native int handle) cil managed" />
<MemberSignature Language="DocId" Value="M:Foundation.NSUserNotificationCenterDelegate.#ctor(System.IntPtr)" />
<MemberSignature Language="F#" Value="new Foundation.NSUserNotificationCenterDelegate : nativeint -> Foundation.NSUserNotificationCenterDelegate" Usage="new Foundation.NSUserNotificationCenterDelegate handle" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="handle" Type="System.IntPtr" />
</Parameters>
<Docs>
<param name="handle">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DidActivateNotification">
<MemberSignature Language="C#" Value="public virtual void DidActivateNotification (Foundation.NSUserNotificationCenter center, Foundation.NSUserNotification notification);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DidActivateNotification(class Foundation.NSUserNotificationCenter center, class Foundation.NSUserNotification notification) cil managed" />
<MemberSignature Language="DocId" Value="M:Foundation.NSUserNotificationCenterDelegate.DidActivateNotification(Foundation.NSUserNotificationCenter,Foundation.NSUserNotification)" />
<MemberSignature Language="F#" Value="abstract member DidActivateNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> unit
override this.DidActivateNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> unit" Usage="nSUserNotificationCenterDelegate.DidActivateNotification (center, notification)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Export("userNotificationCenter:didActivateNotification:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="center" Type="Foundation.NSUserNotificationCenter" />
<Parameter Name="notification" Type="Foundation.NSUserNotification" />
</Parameters>
<Docs>
<param name="center">To be added.</param>
<param name="notification">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DidDeliverNotification">
<MemberSignature Language="C#" Value="public virtual void DidDeliverNotification (Foundation.NSUserNotificationCenter center, Foundation.NSUserNotification notification);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DidDeliverNotification(class Foundation.NSUserNotificationCenter center, class Foundation.NSUserNotification notification) cil managed" />
<MemberSignature Language="DocId" Value="M:Foundation.NSUserNotificationCenterDelegate.DidDeliverNotification(Foundation.NSUserNotificationCenter,Foundation.NSUserNotification)" />
<MemberSignature Language="F#" Value="abstract member DidDeliverNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> unit
override this.DidDeliverNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> unit" Usage="nSUserNotificationCenterDelegate.DidDeliverNotification (center, notification)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Export("userNotificationCenter:didDeliverNotification:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="center" Type="Foundation.NSUserNotificationCenter" />
<Parameter Name="notification" Type="Foundation.NSUserNotification" />
</Parameters>
<Docs>
<param name="center">To be added.</param>
<param name="notification">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ShouldPresentNotification">
<MemberSignature Language="C#" Value="public virtual bool ShouldPresentNotification (Foundation.NSUserNotificationCenter center, Foundation.NSUserNotification notification);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool ShouldPresentNotification(class Foundation.NSUserNotificationCenter center, class Foundation.NSUserNotification notification) cil managed" />
<MemberSignature Language="DocId" Value="M:Foundation.NSUserNotificationCenterDelegate.ShouldPresentNotification(Foundation.NSUserNotificationCenter,Foundation.NSUserNotification)" />
<MemberSignature Language="F#" Value="abstract member ShouldPresentNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> bool
override this.ShouldPresentNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> bool" Usage="nSUserNotificationCenterDelegate.ShouldPresentNotification (center, notification)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Export("userNotificationCenter:shouldPresentNotification:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="center" Type="Foundation.NSUserNotificationCenter" />
<Parameter Name="notification" Type="Foundation.NSUserNotification" />
</Parameters>
<Docs>
<param name="center">To be added.</param>
<param name="notification">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>