Enumeration: UIRemoteNotificationType
Overview
Constants indicating the types of notifications the application accepts.
Constant Summary
- UIRemoteNotificationTypeNone
The application accepts no notifications.available in ios 3.0 and later.declared in uiapplication.h.
- UIRemoteNotificationTypeBadge
The application accepts notifications that badge the application icon.available in ios 3.0 and later.declared in uiapplication.h.
- UIRemoteNotificationTypeSound
The application accepts alert sounds as notifications.available in ios 3.0 and later.declared in uiapplication.h.
- UIRemoteNotificationTypeAlert
The application accepts alert messages as notifications.available in ios 3.0 and later.declared in uiapplication.h.
- UIRemoteNotificationTypeNewsstandContentAvailability
The application accepts notifications that start the downloading of issue assets for newsstand applications.available in ios 5.0 and later.declared in uiapplication.h.