SCSCasePublisherResult
enum SCSCasePublisherResult : NSInteger {}
Possible result types for the case publisher view controller.
This value is used by the SCSCasePublisherViewControllerDelegate
protocol method.
-
The user canceled the case publisher.
Declaration
Objective-C
SCSCasePublisherResultCancelled = 0
Swift
case cancelled = 0
-
A case was successfully created.
Declaration
Objective-C
SCSCasePublisherResultCaseCreated
Swift
case caseCreated = 1
-
An error was received while creating a case.
Declaration
Objective-C
SCSCasePublisherResultError
Swift
case error = 2