SPSmartMapUserTaskResponse
Objective-C
enum SPSmartMapUserTaskResponse : NSInteger {}
Swift
enum SPSmartMapUserTaskResponse : Int, @unchecked Sendable
User Task Response Enum
-
User task is started
Declaration
Objective-C
SPSmartMapUserTaskResponseStartedSwift
case started = 0 -
User task is cancelled
Declaration
Objective-C
SPSmartMapUserTaskResponseCancelledSwift
case cancelled = 1 -
Some error happens
Declaration
Objective-C
SPSmartMapUserTaskResponseErrorSwift
case error = 2 -
Some other user tasks is still going on
Declaration
Objective-C
SPSmartMapUserTaskResponseBusySwift
case busy = 3 -
The type of the task is not supported
Declaration
Objective-C
SPSmartMapUserTaskResponseUnSupportedSwift
case unSupported = 4 -
The task is completed successfully by user
Declaration
Objective-C
SPSmartMapUserTaskResponseCompletedSwift
case completed = 5
SPSmartMapUserTaskResponse Enumeration Reference