共用方式為


MCDUserNotificationReaderOptions

@interface MCDUserNotificationReaderOptions : NSObject

這個類別可讓應用程式提供通知讀取器的選項,例如只接收新的使用者通知,而不是現有的通知更新。

屬性

startPosition

@property(nonatomic, assign) MCDUserNotificationReaderStartPosition startPosition; 取得或設定這個 UserNotificationReaderOptions 實例的開始位置。

statusFilter

@property(nonatomic, assign) MCDUserNotificationStatusFilter statusFilter; 取得或設定您想要建立的這個使用者通知讀取器的狀態篩選。

readStateFilter

@property(nonatomic, assign) MCDUserNotificationReadStateFilter readStateFilter; 取得或設定為此 UserNotificationReaderOptions 實例設定的讀取狀態篩選

userActionStateFilter

@property(nonatomic, assign) MCDUserNotificationUserActionStateFilter userActionStateFilter; Getor 會設定針對這個 UserNotificationReaderOptions 實例所設定的使用者動作狀態篩選。

建構函式

選項

+ (nullable instancetype)options; 建立並初始化使用者通知選項的新實例。