クラス 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 が呼び出されたとき、または他の方法でサーバーと対話する場合にのみ、新しいデータを受信する