SBDPushNotificationDeliveryOption Constants Reference

Declared in SBDTypes.h

SBDPushNotificationDeliveryOption

The push option that determines how to deliver the push notification when sending a user or a file message.

Definition

typedef NS_ENUM(NSUInteger, SBDPushNotificationDeliveryOption ) {
   SBDPushNotificationDeliveryOptionDefault = 0,
   SBDPushNotificationDeliveryOptionSuppress = 1,
};

Constants

SBDPushNotificationDeliveryOptionDefault

The push notification will be delivered by the opposite user’s setting.

Declared In SBDTypes.h.

SBDPushNotificationDeliveryOptionSuppress

The push notification will never be delivered.

Declared In SBDTypes.h.

Declared In

SBDTypes.h