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 (readonly, strong, nonatomic) NSString *caseId;

    Swift

    var caseId: String! { get }
  • Indicates whether or not this notification is referencing a specific case or not.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) BOOL referencesSpecificCase;

    Swift

    var referencesSpecificCase: Bool { get }