PSHNotificationType Constants Reference
Declared in | PSHEngine.h |
---|
PSHNotificationType
Notification types to use instead of apple’s, for an easier setup supporting different iOS SDK versions.
Definition
typedef NS_OPTIONS(NSInteger, PSHNotificationType ) {
PSHNotificationTypeNone = 0,
PSHNotificationTypeBadge = 1 < < 0,
PSHNotificationTypeAlert = 1 < < 1,
PSHNotificationTypeSound = 1 < < 2,
};
Constants
Declared In
PSHEngine.h