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

PSHNotificationTypeNone

Declared In PSHEngine.h.

PSHNotificationTypeBadge

Declared In PSHEngine.h.

PSHNotificationTypeAlert

Declared In PSHEngine.h.

PSHNotificationTypeSound

Declared In PSHEngine.h.

Declared In

PSHEngine.h