SMIRoutingWorkResult
Objective-C
@protocol SMIRoutingWorkResult <SMIEntryPayload>
Swift
protocol RoutingWorkResult : EntryPayload
Represents a routing work result within an SMIConversationEntry
.
-
The work type for the work result.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SMIRoutingWorkTypes _Nonnull workType;
Swift
var workType: RoutingWorkTypes { get }