NSNotificationQueue
NSNotificationQueue()
NSNotificationQueue(IntPtr)
NSNotificationQueue(NativeHandle)
NSNotificationQueue(NSNotificationCenter)
NSNotificationQueue(NSObjectFlag)
ClassHandle
DefaultQueue
DequeueNotificationsMatchingcoalesceMask(NSNotification, NSNotificationCoalescing)
EnqueueNotification(NSNotification, NSPostingStyle)
EnqueueNotification(NSNotification, NSPostingStyle, NSNotificationCoalescing, NSRunLoopMode[])
EnqueueNotification(NSNotification, NSPostingStyle, NSNotificationCoalescing, NSString[])
EnqueueNotification(NSNotification, NSPostingStyle, NSNotificationCoalescing, String[])
xamarinios
namespace Foundation
{
[Register("NSNotificationQueue", true)]
public class NSNotificationQueue : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("enqueueNotification:postingStyle:coalesceMask:forModes:")]
public virtual void EnqueueNotification(NSNotification! notification, NSPostingStyle postingStyle, NSNotificationCoalescing coalesceMask, string![]! modes);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API