SCSNotification

@interface SCSNotification : NSObject

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:]