SCSNotification Class Reference

Inherits from NSObject
Declared in SCSNotification.h

Overview

An SCSNotification object represents a push notification that was sent to the app from your Salesforce connected app.

The SCSNotification class itself is an abstract class. Based on the userInfo dictionary passed to it from the push notification payload, a concrete subclass of SCSNotification is returned by calling: [SCServiceCloud notificationFromRemoteNotificationDictionary:]

  notificationType

Use this property to find out the type of SCSNotification instead of using isKindOfClass.

@property (nonatomic, readonly, assign) SCSNotificationType notificationType

Declared In

SCSNotification.h