NSNotificationCoalescing 枚举

定义

可以合并 的方式的枚举 NSNotification

此枚举支持其成员值的按位组合。

[System.Flags]
public enum NSNotificationCoalescing
type NSNotificationCoalescing = 
继承
NSNotificationCoalescing
属性

字段

名称 说明
NoCoalescing 0
CoalescingOnName 1
CoalescingOnSender 2

适用于