MCDUserDataFeedNotificationTypes

@interface MCDUserDataFeedNotificationTypes : NSObject

此类为 MCDUserDataFeedSyncScope.notificationType 提供有效的通知类型。

属性

notificationWithPayload

@property(class, nonatomic, readonly, nonnull) NSString* notificationWithPayload;

表示传入的推送通知。 除了域/服务器限制之外,推送通知没有限制。

notificationOnly

@property(class, nonatomic, readonly, nonnull) NSString* notificationOnly;

将所有推送通知降级为通知,仅告知系统同步以接收数据,即使数据可以包含在推送通知中也是如此。

noNotification

@property(class, nonatomic, readonly, nonnull) NSString* noNotification;

防止对新用户数据发出任何通知,仅在调用 UserDataFeed.startSync 或以其他方式与服务器交互时接收新数据