SCSCaseNotification
@interface SCSCaseNotification : SCSNotification
Concrete subclass of SCSNotification
representing a push notification for a case.
-
The case ID for the notification.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *caseId;
Swift
var caseId: String! { get }
-
Indicates whether or not this notification is referencing a specific case or not.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL referencesSpecificCase;
Swift
var referencesSpecificCase: Bool { get }