Enums
The following enums are available globally.
-
プッシュ通知受信時の通知表示に関する定数
- CorePushRemoteNotificationTypeNone: 通知表示なし
- CorePushRemoteNotificationTypeBadge: バッジあり
- CorePushRemoteNotificationTypeSound: サウンドあり
- CorePushRemoteNotificationTypeAlert: アラートあり
Declaration
Objective-C
enum CorePushRemoteNotificationType : NSUInteger {}
Swift
struct CorePushRemoteNotificationType : OptionSet