CorePushRemoteNotificationType

enum CorePushRemoteNotificationType : NSUInteger {}

プッシュ通知受信時の通知表示に関する定数

  • CorePushRemoteNotificationTypeNone: 通知表示なし
  • CorePushRemoteNotificationTypeBadge: バッジあり
  • CorePushRemoteNotificationTypeSound: サウンドあり
  • CorePushRemoteNotificationTypeAlert: アラートあり